Skip to content

Commit 963305c

Browse files
build: Bump version to 0.2.19
1 parent 9fa69b0 commit 963305c

4 files changed

Lines changed: 54 additions & 30 deletions

File tree

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": "^11.18.2",
26-
"llama-stack-client": "^0.2.18",
26+
"llama-stack-client": "^0.2.19",
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.18"
10+
version = "0.2.19"
1111
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
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.18",
34+
"llama-stack-client>=0.2.19",
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.18",
59+
"llama-stack-client>=0.2.19",
6060
"streamlit-option-menu",
6161
]
6262

0 commit comments

Comments
 (0)