Skip to content

Commit b104ecc

Browse files
chore: prepare release v0.5.2
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 402ac0b commit b104ecc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 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.5.1"
6+
fallback_version = "0.5.2"
77

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

6666
[project.optional-dependencies]
6767
client = [
68-
"llama-stack-client==0.5.1", # Optional for library-only usage
68+
"llama-stack-client==0.5.2", # Optional for library-only usage
6969
]
7070

7171
[dependency-groups]
@@ -114,7 +114,7 @@ type_checking = [
114114
"lm-format-enforcer",
115115
"mcp>=1.23.0",
116116
"ollama",
117-
"llama-stack-client==0.5.1",
117+
"llama-stack-client==0.5.2",
118118
]
119119
# These are the dependencies required for running unit tests.
120120
unit = [

src/llama_stack_api/pyproject.toml

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

9191
[tool.setuptools_scm]
9292
root = "../.."
93-
fallback_version = "0.5.1"
93+
fallback_version = "0.5.2"
9494

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

0 commit comments

Comments
 (0)