mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-23 12:57:11 +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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue