From b53dda91ab26d9023b9875a0abd137a800fae13a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 May 2025 19:06:01 +0000 Subject: [PATCH] Release candidate 0.2.9rc1 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb6292aa..56425034c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.2.8" +version = "0.2.9rc1" 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.8", + "llama-stack-client>=0.2.9rc1", "openai>=1.66", "prompt-toolkit", "python-dotenv", @@ -47,7 +47,7 @@ dependencies = [ ui = [ "streamlit", "pandas", - "llama-stack-client>=0.2.8", + "llama-stack-client>=0.2.9rc1", "streamlit-option-menu", ]