Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit ecd7a1d

Browse files
[Installation] Gate FastAPI version for Python 3.8 (vllm-project#8456)
1 parent a246912 commit ecd7a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-common.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ py-cpuinfo
77
transformers >= 4.43.2 # Required for Chameleon and Llama 3.1 hotfox.
88
tokenizers >= 0.19.1 # Required for Llama 3.
99
protobuf # Required by LlamaTokenizer.
10-
fastapi >= 0.114.1
10+
fastapi < 0.113.0; python_version < '3.9'
11+
fastapi >= 0.114.1; python_version >= '3.9'
1112
aiohttp
1213
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
1314
uvicorn[standard]

0 commit comments

Comments
 (0)