Skip to content

Commit 942cf6c

Browse files
Release candidate 0.3.4rc3
1 parent 9afa387 commit 942cf6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.4rc2"
10+
version = "0.3.4rc3"
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.4rc2",
33+
"llama-stack-client>=0.3.4rc3",
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.4rc2",
59+
"llama-stack-client>=0.3.4rc3",
6060
"streamlit-option-menu",
6161
]
6262

0 commit comments

Comments
 (0)