build: Bump version to 0.2.7

This commit is contained in:
github-actions[bot] 2025-05-16 20:31:24 +00:00
parent 8bc3d83bb1
commit c281a1a909
2 changed files with 140 additions and 3 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "llama_stack"
version = "0.2.7rc1"
version = "0.2.7"
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.7rc1",
"llama-stack-client>=0.2.7",
"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.7rc1",
"llama-stack-client>=0.2.7",
"streamlit-option-menu",
]