From 302b3050c220cb7082c843dd4337edc7fbf01e90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Apr 2025 17:18:17 +0000 Subject: [PATCH] Release candidate 0.2.4rc1 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bd4e1e2b..dd8b07a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.2.1" +version = "0.2.4rc1" 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.2", + "llama-stack-client>=0.2.4rc1", "openai>=1.66", "prompt-toolkit", "python-dotenv", @@ -105,7 +105,7 @@ codegen = ["rich", "pydantic", "jinja2>=3.1.6"] ui = [ "streamlit", "pandas", - "llama-stack-client>=0.2.1", + "llama-stack-client>=0.2.4rc1", "streamlit-option-menu", ]