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 9b0f783 commit 47f8c59Copy full SHA for 47f8c59
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "llama_stack"
7
-version = "0.1.3"
+version = "0.1.4"
8
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
9
description = "Llama Stack"
10
readme = "README.md"
@@ -26,8 +26,8 @@ dependencies = [
26
"httpx",
27
"huggingface-hub",
28
"jsonschema",
29
- "llama-models>=0.1.3",
30
- "llama-stack-client>=0.1.3",
+ "llama-models>=0.1.4",
+ "llama-stack-client>=0.1.4",
31
"prompt-toolkit",
32
"python-dotenv",
33
"pydantic>=2",
0 commit comments