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 c56a683 commit f40e759Copy full SHA for f40e759
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "llama_stack"
7
-version = "0.1.7rc2"
+version = "0.1.7"
8
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
9
description = "Llama Stack"
10
readme = "README.md"
@@ -27,7 +27,7 @@ dependencies = [
27
"huggingface-hub",
28
"jinja2>=3.1.6",
29
"jsonschema",
30
- "llama-stack-client>=0.1.7rc2",
+ "llama-stack-client>=0.1.7",
31
"prompt-toolkit",
32
"python-dotenv",
33
"pydantic>=2",
0 commit comments