mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix: Pin fastapi to avoid picking up spurious versions in test pypi (#2409)
as titled
This commit is contained in:
parent
446893f791
commit
102516f33c
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
"aiohttp",
|
||||
"fastapi",
|
||||
"fastapi>=0.115.0,<1.0",
|
||||
"fire",
|
||||
"httpx",
|
||||
"huggingface-hub",
|
||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -1561,7 +1561,7 @@ unit = [
|
|||
[package.metadata]
|
||||
requires-dist = [
|
||||
{ name = "aiohttp" },
|
||||
{ name = "fastapi" },
|
||||
{ name = "fastapi", specifier = ">=0.115.0,<1.0" },
|
||||
{ name = "fire" },
|
||||
{ name = "h11", specifier = ">=0.16.0" },
|
||||
{ name = "httpx" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue