Skip to content

Commit 21adea5

Browse files
chore: prepare release v0.4.7
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 041825c commit 21adea5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
fallback_version = "0.4.6"
6+
fallback_version = "0.4.7"
77

88
[tool.uv]
99
required-version = ">=0.7.0"
@@ -64,7 +64,7 @@ dependencies = [
6464

6565
[project.optional-dependencies]
6666
client = [
67-
"llama-stack-client==0.4.6",
67+
"llama-stack-client==0.4.7",
6868
]
6969

7070
[dependency-groups]
@@ -113,7 +113,7 @@ type_checking = [
113113
"lm-format-enforcer",
114114
"mcp",
115115
"ollama",
116-
"llama-stack-client==0.4.6",
116+
"llama-stack-client==0.4.7",
117117
]
118118
# These are additional dependencies required for running unit tests beyond the
119119
# shared `test` dependency group.
@@ -122,7 +122,7 @@ unit = [
122122
"databricks-sdk",
123123
"sqlite-vec",
124124
"ollama",
125-
"llama-stack-client==0.4.6",
125+
"llama-stack-client==0.4.7",
126126
"aiosqlite",
127127
"aiohttp",
128128
"psycopg2-binary>=2.9.0",

src/llama_stack_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ llama_stack_api = ["py.typed", "**/*.json", "**/*.yaml"]
8989

9090
[tool.setuptools_scm]
9191
root = "../.."
92-
fallback_version = "0.4.6"
92+
fallback_version = "0.4.7"
9393

9494
[tool.ruff]
9595
line-length = 120

0 commit comments

Comments
 (0)