[Installation] Allow lower versions of FastAPI to maintain Ray 2.9 compatibility (#8764)
This commit is contained in:
parent
4b377d6feb
commit
1b49148e47
@ -7,8 +7,8 @@ py-cpuinfo
|
||||
transformers >= 4.45.0 # Required for Llama 3.2.
|
||||
tokenizers >= 0.19.1 # Required for Llama 3.
|
||||
protobuf # Required by LlamaTokenizer.
|
||||
fastapi < 0.113.0; python_version < '3.9'
|
||||
fastapi >= 0.114.1; python_version >= '3.9'
|
||||
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
|
||||
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
|
||||
aiohttp
|
||||
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
|
||||
uvicorn[standard]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user