mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 21:31:59 +00:00
Release candidate 0.4.0rc1
This commit is contained in:
parent
2bdcbe7963
commit
8e6d3bc4c7
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ required-version = ">=0.7.0"
|
|||
|
||||
[project]
|
||||
name = "llama_stack"
|
||||
version = "0.4.0.dev0"
|
||||
version = "0.4.0rc1"
|
||||
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
|
||||
description = "Llama Stack"
|
||||
readme = "README.md"
|
||||
|
|
@ -54,7 +54,7 @@ dependencies = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
client = [
|
||||
"llama-stack-client>=0.3.0", # Optional for library-only usage
|
||||
"llama-stack-client>=0.4.0rc1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
@ -103,7 +103,7 @@ type_checking = [
|
|||
"lm-format-enforcer",
|
||||
"mcp",
|
||||
"ollama",
|
||||
"llama-stack-client>=0.3.0",
|
||||
"llama-stack-client>=0.4.0rc1",
|
||||
]
|
||||
# These are the dependencies required for running unit tests.
|
||||
unit = [
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ required-version = ">=0.7.0"
|
|||
|
||||
[project]
|
||||
name = "llama-stack-api"
|
||||
version = "0.4.0.dev0"
|
||||
version = "0.4.0rc1"
|
||||
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
|
||||
description = "API and Provider specifications for Llama Stack - lightweight package with protocol definitions and provider specs"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue