Skip to content

Commit 3c3a704

Browse files
DarkLight1337LeiWang1999
authored andcommitted
[Installation] Allow lower versions of FastAPI to maintain Ray 2.9 compatibility (vllm-project#8764)
Signed-off-by: LeiWang1999 <leiwang1999@outlook.com>
1 parent 8191a1b commit 3c3a704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-common.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ py-cpuinfo
77
transformers >= 4.45.0 # Required for Llama 3.2.
88
tokenizers >= 0.19.1 # Required for Llama 3.
99
protobuf # Required by LlamaTokenizer.
10-
fastapi < 0.113.0; python_version < '3.9'
11-
fastapi >= 0.114.1; python_version >= '3.9'
10+
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
11+
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
1212
aiohttp
1313
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
1414
uvicorn[standard]

0 commit comments

Comments
 (0)