Skip to content

Commit 6885bcc

Browse files
chore: prepare release v0.5.4
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 22a535e commit 6885bcc

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.3"
6+
fallback_version = "0.5.4"
77

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

6363
[project.optional-dependencies]
6464
client = [
65-
"llama-stack-client==0.5.3", # Optional for library-only usage
65+
"llama-stack-client==0.5.4", # Optional for library-only usage
6666
]
6767
oci = [
6868
"numpy>=2.3.2",
@@ -116,7 +116,7 @@ type_checking = [
116116
"lm-format-enforcer",
117117
"mcp>=1.23.0",
118118
"ollama",
119-
"llama-stack-client==0.5.3",
119+
"llama-stack-client==0.5.4",
120120
]
121121
# These are the dependencies required for running unit tests.
122122
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.3"
93+
fallback_version = "0.5.4"
9494

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

0 commit comments

Comments
 (0)