Skip to content

Commit 2c657ec

Browse files
DarkLight1337dtrifiro
authored andcommitted
[Installation] Gate FastAPI version for Python 3.8 (vllm-project#8456)
1 parent 07afc6d commit 2c657ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-common.txt

+2-1
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)