Skip to content

Commit 28696c3

Browse files
build: Bump version to 0.2.21
1 parent 30468d0 commit 28696c3

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

llama_stack/ui/package-lock.json

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

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": "^12.23.12",
26-
"llama-stack-client": "^0.2.20",
26+
"llama-stack-client": "^0.2.21",
2727
"lucide-react": "^0.542.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.20"
10+
version = "0.2.21"
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.20",
34+
"llama-stack-client>=0.2.21",
3535
"openai>=1.99.6",
3636
"prompt-toolkit",
3737
"python-dotenv",
@@ -55,7 +55,7 @@ dependencies = [
5555
ui = [
5656
"streamlit",
5757
"pandas",
58-
"llama-stack-client>=0.2.20",
58+
"llama-stack-client>=0.2.21",
5959
"streamlit-option-menu",
6060
]
6161

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)