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 c0c0e33 commit aabd7acCopy full SHA for aabd7ac
pyproject.toml
@@ -7,7 +7,7 @@ required-version = ">=0.7.0"
7
8
[project]
9
name = "llama_stack"
10
-version = "0.2.23"
+version = "0.3.0rc6"
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.2.23",
+ "llama-stack-client>=0.3.0rc6",
34
"openai>=1.107", # for expires_after support
35
"prompt-toolkit",
36
"python-dotenv",
@@ -55,7 +55,7 @@ dependencies = [
55
ui = [
56
"streamlit",
57
"pandas",
58
59
"streamlit-option-menu",
60
]
61
0 commit comments