mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 02:31:59 +00:00
Release candidate 0.4.0rc2
This commit is contained in:
parent
0770440dfd
commit
68348092b5
2 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ required-version = ">=0.7.0"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "llama_stack"
|
name = "llama_stack"
|
||||||
version = "0.4.0rc1"
|
version = "0.4.0rc2"
|
||||||
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"
|
||||||
|
|
@ -55,7 +55,7 @@ dependencies = [
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
client = [
|
client = [
|
||||||
"llama-stack-client>=0.4.0rc1",
|
"llama-stack-client==0.4.0rc2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|
@ -104,7 +104,7 @@ type_checking = [
|
||||||
"lm-format-enforcer",
|
"lm-format-enforcer",
|
||||||
"mcp",
|
"mcp",
|
||||||
"ollama",
|
"ollama",
|
||||||
"llama-stack-client>=0.4.0rc1",
|
"llama-stack-client==0.4.0rc2",
|
||||||
]
|
]
|
||||||
# These are the dependencies required for running unit tests.
|
# These are the dependencies required for running unit tests.
|
||||||
unit = [
|
unit = [
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ required-version = ">=0.7.0"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "llama-stack-api"
|
name = "llama-stack-api"
|
||||||
version = "0.4.0rc1"
|
version = "0.4.0rc2"
|
||||||
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
|
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"
|
description = "API and Provider specifications for Llama Stack - lightweight package with protocol definitions and provider specs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue