Release candidate v0.2.21rc1

This commit is contained in:
github-actions[bot] 2025-09-08 18:20:11 +00:00
parent ef02b9ea10
commit a3da59212d

View file

@ -7,7 +7,7 @@ required-version = ">=0.7.0"
[project]
name = "llama_stack"
version = "0.2.20"
version = "v0.2.21rc1"
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
description = "Llama Stack"
readme = "README.md"
@ -31,7 +31,7 @@ dependencies = [
"huggingface-hub>=0.34.0,<1.0",
"jinja2>=3.1.6",
"jsonschema",
"llama-stack-client>=0.2.20",
"llama-stack-client>=v0.2.21rc1",
"openai>=1.99.6",
"prompt-toolkit",
"python-dotenv",
@ -55,7 +55,7 @@ dependencies = [
ui = [
"streamlit",
"pandas",
"llama-stack-client>=0.2.20",
"llama-stack-client>=v0.2.21rc1",
"streamlit-option-menu",
]