Skip to content

Commit abf9236

Browse files
chore: prepare release v0.7.0
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 85a1f2f commit abf9236

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.6.2.dev0"
6+
fallback_version = "0.7.0"
77

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

6969
[project.optional-dependencies]
7070
client = [
71-
"llama-stack-client>=0.6.1", # Optional for library-only usage
71+
"llama-stack-client==0.7.0", # Optional for library-only usage
7272
]
7373

7474
[dependency-groups]
@@ -119,7 +119,7 @@ type_checking = [
119119
"lm-format-enforcer",
120120
"mcp>=1.23.0",
121121
"ollama",
122-
"llama-stack-client>=0.6.1",
122+
"llama-stack-client==0.7.0",
123123
]
124124
# These are the dependencies required for running unit tests.
125125
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.2.dev0"
95+
fallback_version = "0.7.0"
9696

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

0 commit comments

Comments
 (0)