mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 01:48:05 +00:00
build: fix uv.lock
This commit is contained in:
parent
a5372dbdf5
commit
637f8bef9c
1 changed files with 7 additions and 7 deletions
14
uv.lock
generated
14
uv.lock
generated
|
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 3
|
||||
revision = 2
|
||||
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')",
|
||||
|
|
@ -1755,7 +1755,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "llama-stack"
|
||||
version = "0.3.1rc1"
|
||||
version = "0.3.1rc2"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiohttp" },
|
||||
|
|
@ -1888,8 +1888,8 @@ requires-dist = [
|
|||
{ name = "httpx" },
|
||||
{ name = "jinja2", specifier = ">=3.1.6" },
|
||||
{ name = "jsonschema" },
|
||||
{ name = "llama-stack-client", specifier = ">=0.3.1rc1" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.3.1rc1" },
|
||||
{ name = "llama-stack-client", specifier = ">=0.3.1rc2" },
|
||||
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.3.1rc2" },
|
||||
{ name = "openai", specifier = ">=1.107" },
|
||||
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.30.0" },
|
||||
{ name = "opentelemetry-sdk", specifier = ">=1.30.0" },
|
||||
|
|
@ -1995,7 +1995,7 @@ unit = [
|
|||
|
||||
[[package]]
|
||||
name = "llama-stack-client"
|
||||
version = "0.3.1rc1"
|
||||
version = "0.3.1rc2"
|
||||
source = { registry = "https://test.pypi.org/simple/" }
|
||||
dependencies = [
|
||||
{ name = "anyio" },
|
||||
|
|
@ -2014,9 +2014,9 @@ dependencies = [
|
|||
{ name = "tqdm" },
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://test-files.pythonhosted.org/packages/e8/a9/98c9ee73f2f2b9fa75961cfdf61eeacfa85182d3a1deb0cee2327b9210cb/llama_stack_client-0.3.1rc1.tar.gz", hash = "sha256:f403abfbe47691dd29b192eebf76fe2e135895c853cc8598134d2c008f5c3f60", size = 340634, upload-time = "2025-10-31T05:01:01.835Z" }
|
||||
sdist = { url = "https://test-files.pythonhosted.org/packages/08/15/1f9670422bdda28870122b1279d45cfc0b747ccf8c9ded163de5d4b32f93/llama_stack_client-0.3.1rc2.tar.gz", hash = "sha256:b268e453362cb860920397790530cd4391b78138cebdc78d39f5f0abeed058f4", size = 340642, upload-time = "2025-10-31T20:56:31.558Z" }
|
||||
wheels = [
|
||||
{ url = "https://test-files.pythonhosted.org/packages/1d/7a/e8e1f1f123836ced0b6ffe9a7425c398c7d2e6143b998a0647a2e4237392/llama_stack_client-0.3.1rc1-py3-none-any.whl", hash = "sha256:6bc45c6bfe186c8c878d6d9d94d5396d2dceb92769356dc7bd7eacb1d5483039", size = 425274, upload-time = "2025-10-31T05:00:59.141Z" },
|
||||
{ url = "https://test-files.pythonhosted.org/packages/53/77/04f29e6b63b980d10ff22253167a2cf7a6aa403d480bdf8b5451434ced71/llama_stack_client-0.3.1rc2-py3-none-any.whl", hash = "sha256:71e744bb26afd2efa1f7181c50d7f9219e5994abc812dc38789fa007f3c9ace7", size = 425275, upload-time = "2025-10-31T20:56:29.473Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue