From 6eac1005abe0d2e0de7e8aea48e2aa95dce0c10c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Dec 2025 14:41:51 +0000 Subject: [PATCH] Release candidate 0.3.4rc1 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f1fb7b27..b613a5fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ required-version = ">=0.7.0" [project] name = "llama_stack" -version = "0.3.3" +version = "0.3.4rc1" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -30,7 +30,7 @@ dependencies = [ "httpx", "jinja2>=3.1.6", "jsonschema", - "llama-stack-client>=0.3.3", + "llama-stack-client>=0.3.4rc1", "openai>=1.107", # for expires_after support "prompt-toolkit", "python-dotenv", @@ -56,7 +56,7 @@ dependencies = [ ui = [ "streamlit", "pandas", - "llama-stack-client>=0.3.3", + "llama-stack-client>=0.3.4rc1", "streamlit-option-menu", ]