Skip to content

Commit

Permalink
[Installation] Allow lower versions of FastAPI to maintain Ray 2.9 co…
Browse files Browse the repository at this point in the history
…mpatibility (vllm-project#8764)
  • Loading branch information
DarkLight1337 authored and siddharth9820 committed Sep 30, 2024
1 parent 9342dc0 commit cd9f21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cd9f21d

Please sign in to comment.