Skip to content

Commit 7f0b2a8

Browse files
build: Bump version to 0.2.18
1 parent e7a812f commit 7f0b2a8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

llama_stack/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"framer-motion": "^11.18.2",
26-
"llama-stack-client": "^0.2.17",
26+
"llama-stack-client": "^0.2.18",
2727
"lucide-react": "^0.510.0",
2828
"next": "15.3.3",
2929
"next-auth": "^4.24.11",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ required-version = ">=0.7.0"
77

88
[project]
99
name = "llama_stack"
10-
version = "0.2.17"
10+
version = "0.2.18"
1111
authors = [{ name = "Meta Llama", email = "[email protected]" }]
1212
description = "Llama Stack"
1313
readme = "README.md"
@@ -31,7 +31,7 @@ dependencies = [
3131
"huggingface-hub>=0.34.0,<1.0",
3232
"jinja2>=3.1.6",
3333
"jsonschema",
34-
"llama-stack-client>=0.2.17",
34+
"llama-stack-client>=0.2.18",
3535
"llama-api-client>=0.1.2",
3636
"openai>=1.99.6,<1.100.0",
3737
"prompt-toolkit",
@@ -56,7 +56,7 @@ dependencies = [
5656
ui = [
5757
"streamlit",
5858
"pandas",
59-
"llama-stack-client>=0.2.17",
59+
"llama-stack-client>=0.2.18",
6060
"streamlit-option-menu",
6161
]
6262

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)