mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-06 10:37:22 +00:00
fix: version to 0.4.0, uv sync both pkgs
Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
c7747d3405
commit
dc7461e3cf
5 changed files with 503 additions and 5 deletions
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 2
|
||||
revision = 3
|
||||
requires-python = ">=3.12"
|
||||
resolution-markers = [
|
||||
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
|
||||
|
|
@ -2230,7 +2230,7 @@ unit = [
|
|||
|
||||
[[package]]
|
||||
name = "llama-stack-api"
|
||||
version = "0.1.0"
|
||||
version = "0.4.0.dev0"
|
||||
source = { editable = "src/llama_stack_api" }
|
||||
dependencies = [
|
||||
{ name = "jsonschema" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue