Skip to content

Commit 8279467

Browse files
chore: prepare release v0.6.1
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f32e05 commit 8279467

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.6.0"
6+
fallback_version = "0.6.1"
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.6.0", # Optional for library-only usage
67+
"llama-stack-client==0.6.1", # Optional for library-only usage
6868
]
6969

7070
[dependency-groups]
@@ -115,7 +115,7 @@ type_checking = [
115115
"lm-format-enforcer",
116116
"mcp>=1.23.0",
117117
"ollama",
118-
"llama-stack-client==0.6.0",
118+
"llama-stack-client==0.6.1",
119119
]
120120
# These are the dependencies required for running unit tests.
121121
unit = [

src/llama_stack_api/pyproject.toml

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

9393
[tool.setuptools_scm]
9494
root = "../.."
95-
fallback_version = "0.6.0"
95+
fallback_version = "0.6.1"
9696

9797
[tool.ruff]
9898
line-length = 120

0 commit comments

Comments
 (0)