Skip to content

Commit a381d21

Browse files
authored
chore: bump version to 0.4.5 for release (#4954)
# What does this PR do? - Update fallback_version to 0.4.5 in pyproject.toml and src/llama_stack_api/pyproject.toml - Update llama-stack-client pin to 0.4.5 in [project.optional-dependencies] and [dependency-groups] Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent aec1baa commit a381d21

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.4.4"
6+
fallback_version = "0.4.5"
77

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

6161
[project.optional-dependencies]
6262
client = [
63-
"llama-stack-client==0.4.4",
63+
"llama-stack-client==0.4.5",
6464
]
6565

6666
[dependency-groups]
@@ -109,7 +109,7 @@ type_checking = [
109109
"lm-format-enforcer",
110110
"mcp",
111111
"ollama",
112-
"llama-stack-client==0.4.4",
112+
"llama-stack-client==0.4.5",
113113
]
114114
# These are the dependencies required for running unit tests.
115115
unit = [

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.4"
92+
fallback_version = "0.4.5"
9393

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

0 commit comments

Comments
 (0)