build: fix uv.lock

This commit is contained in:
Ashwin Bharambe 2025-10-31 14:01:45 -07:00
parent a5372dbdf5
commit 637f8bef9c

14
uv.lock generated
View file

@ -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]]