From 6a561bf2392e3c23b24f79e5ba1c98b127e1042d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 May 2025 05:51:42 +0000 Subject: [PATCH] Release candidate 0.2.8rc1 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b3b30a7f..6a016d52a 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.8rc1" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -27,7 +27,7 @@ dependencies = [ "huggingface-hub", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.2.7", + "llama-stack-client>=0.2.8rc1", "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.8rc1", "streamlit-option-menu", ]