From 0436c4c31d440890420fc0c94d30e26ad1190bdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Sep 2025 00:15:37 +0000 Subject: [PATCH] Release candidate 0.0.0.dev20250905001458 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb6d3a330..745187db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ required-version = ">=0.7.0" [project] name = "llama_stack" -version = "0.2.20" +version = "0.0.0.dev20250905001458" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -31,7 +31,7 @@ dependencies = [ "huggingface-hub>=0.34.0,<1.0", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.2.20", + "llama-stack-client>=0.0.0.dev20250905001458", "openai>=1.99.6", "prompt-toolkit", "python-dotenv", @@ -55,7 +55,7 @@ dependencies = [ ui = [ "streamlit", "pandas", - "llama-stack-client>=0.2.20", + "llama-stack-client>=0.0.0.dev20250905001458", "streamlit-option-menu", ]