Skip to content

Commit a0cd723

Browse files
build: Bump version to 0.3.4
1 parent 10a9414 commit a0cd723

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.24",
26-
"llama-stack-client": "^0.3.3",
26+
"llama-stack-client": "^0.3.4",
2727
"lucide-react": "^0.545.0",
2828
"next": "15.5.4",
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.3.4rc3"
10+
version = "0.3.4"
1111
authors = [{ name = "Meta Llama", email = "[email protected]" }]
1212
description = "Llama Stack"
1313
readme = "README.md"
@@ -30,7 +30,7 @@ dependencies = [
3030
"httpx",
3131
"jinja2>=3.1.6",
3232
"jsonschema",
33-
"llama-stack-client>=0.3.4rc3",
33+
"llama-stack-client>=0.3.4",
3434
"openai>=1.107", # for expires_after support
3535
"prompt-toolkit",
3636
"python-dotenv",
@@ -56,7 +56,7 @@ dependencies = [
5656
ui = [
5757
"streamlit",
5858
"pandas",
59-
"llama-stack-client>=0.3.4rc3",
59+
"llama-stack-client>=0.3.4",
6060
"streamlit-option-menu",
6161
]
6262

0 commit comments

Comments
 (0)