From 8bc3d83bb133aa11a07ba9c68644c8cd095fd7b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 16 May 2025 19:30:00 +0000 Subject: [PATCH] Release candidate 0.2.7rc1 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88c331b78..56b50a9d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.2.6" +version = "0.2.7rc1" 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.6", + "llama-stack-client>=0.2.7rc1", "openai>=1.66", "prompt-toolkit", "python-dotenv", @@ -106,7 +106,7 @@ codegen = ["rich", "pydantic", "jinja2>=3.1.6"] ui = [ "streamlit", "pandas", - "llama-stack-client>=0.2.6", + "llama-stack-client>=0.2.7rc1", "streamlit-option-menu", ]