From ffeca805582a568629f58dcf95f55cd04d51f513 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 May 2025 13:36:10 +0000 Subject: [PATCH] Release candidate 0.2.8rc2 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a07858a4..4e397f1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.2.7" +version = "0.2.8rc2" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -26,7 +26,7 @@ dependencies = [ "huggingface-hub", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.2.7", + "llama-stack-client>=0.2.8rc2", "openai>=1.66", "prompt-toolkit", "python-dotenv", @@ -115,7 +115,7 @@ codegen = ["rich", "pydantic", "jinja2>=3.1.6"] ui = [ "streamlit", "pandas", - "llama-stack-client>=0.2.7", + "llama-stack-client>=0.2.8rc2", "streamlit-option-menu", ]