We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afa387 commit 942cf6cCopy full SHA for 942cf6c
pyproject.toml
@@ -7,7 +7,7 @@ required-version = ">=0.7.0"
7
8
[project]
9
name = "llama_stack"
10
-version = "0.3.4rc2"
+version = "0.3.4rc3"
11
authors = [{ name = "Meta Llama", email = "[email protected]" }]
12
description = "Llama Stack"
13
readme = "README.md"
@@ -30,7 +30,7 @@ dependencies = [
30
"httpx",
31
"jinja2>=3.1.6",
32
"jsonschema",
33
- "llama-stack-client>=0.3.4rc2",
+ "llama-stack-client>=0.3.4rc3",
34
"openai>=1.107", # for expires_after support
35
"prompt-toolkit",
36
"python-dotenv",
@@ -56,7 +56,7 @@ dependencies = [
56
ui = [
57
"streamlit",
58
"pandas",
59
60
"streamlit-option-menu",
61
]
62
0 commit comments