Release candidate 0.0.0.dev20250612002501

This commit is contained in:
github-actions[bot] 2025-06-12 00:25:50 +00:00
parent d55100d9b7
commit 1fd6bf6da9

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "llama_stack" name = "llama_stack"
version = "0.2.10" version = "0.0.0.dev20250612002501"
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
description = "Llama Stack" description = "Llama Stack"
readme = "README.md" readme = "README.md"
@ -28,7 +28,7 @@ dependencies = [
"huggingface-hub", "huggingface-hub",
"jinja2>=3.1.6", "jinja2>=3.1.6",
"jsonschema", "jsonschema",
"llama-stack-client>=0.2.10", "llama-stack-client>=0.0.0.dev20250612002501",
"openai>=1.66", "openai>=1.66",
"prompt-toolkit", "prompt-toolkit",
"python-dotenv", "python-dotenv",
@ -49,7 +49,7 @@ dependencies = [
ui = [ ui = [
"streamlit", "streamlit",
"pandas", "pandas",
"llama-stack-client>=0.2.10", "llama-stack-client>=0.0.0.dev20250612002501",
"streamlit-option-menu", "streamlit-option-menu",
] ]