chore: update lockfiles for 0.3.3rc1

This commit is contained in:
github-actions[bot] 2025-11-24 20:55:14 +00:00
parent 4f19fac36e
commit ff6d8d5a50

14
uv.lock generated
View file

@ -1755,7 +1755,7 @@ wheels = [
[[package]]
name = "llama-stack"
version = "0.3.2"
version = "0.3.3rc1"
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.2" },
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.3.2" },
{ name = "llama-stack-client", specifier = ">=0.3.3rc1" },
{ name = "llama-stack-client", marker = "extra == 'ui'", specifier = ">=0.3.3rc1" },
{ name = "openai", specifier = ">=1.107" },
{ name = "opentelemetry-exporter-otlp-proto-http", specifier = ">=1.30.0" },
{ name = "opentelemetry-sdk", specifier = ">=1.30.0" },
@ -1995,8 +1995,8 @@ unit = [
[[package]]
name = "llama-stack-client"
version = "0.3.2"
source = { registry = "https://pypi.org/simple" }
version = "0.3.3rc1"
source = { registry = "https://test.pypi.org/simple/" }
dependencies = [
{ name = "anyio" },
{ name = "click" },
@ -2014,9 +2014,9 @@ dependencies = [
{ name = "tqdm" },
{ name = "typing-extensions" },
]
sdist = { url = "https://files.pythonhosted.org/packages/b5/3f/e7287898d5096066549cbe473a6177667d3fde78f30bb4c4009686693d35/llama_stack_client-0.3.2.tar.gz", hash = "sha256:6ad5e07d827d1b605110de49d66a7138112366e0d91a980939e10c2011c15671", size = 340439, upload-time = "2025-11-12T23:18:37.303Z" }
sdist = { url = "https://test-files.pythonhosted.org/packages/dc/14/e342e4ec8d55d896ac827166ab450430124e9e1cd884cbed0f56efafc36f/llama_stack_client-0.3.3rc1.tar.gz", hash = "sha256:7dbc095324e1775ad8e0c0b4dbf67c6ac4ad60e8aaedb05f808d78f048b9bfc0", size = 335937, upload-time = "2025-11-24T20:16:47.928Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/be/c6/93db0d154ad1de1d96b615007cdab7d25709ed5425e203c64b04435b1ee7/llama_stack_client-0.3.2-py3-none-any.whl", hash = "sha256:a0143759ceba20c671bb60d95bdec71c987a90f9348d0ae16644c37a165678ae", size = 425234, upload-time = "2025-11-12T23:18:35.156Z" },
{ url = "https://test-files.pythonhosted.org/packages/a1/77/dc97eb3ddce234611db6817c236ff55ff7c056a39ac90587df4f3241e54d/llama_stack_client-0.3.3rc1-py3-none-any.whl", hash = "sha256:cd75b5c62cd1a9a85bb123c0ba3370f43e9e2b70949fa4bab8fb1aea1fc595ab", size = 425282, upload-time = "2025-11-24T20:16:46.656Z" },
]
[[package]]