Skip to content

Commit 1290ac0

Browse files
DarkLight1337Alvant
authored andcommitted
[Bugfix] Bump fastapi and pydantic version (vllm-project#8435)
Signed-off-by: Alvant <alvasian@yandex.ru>
1 parent 524d996 commit 1290ac0

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,11 +7,11 @@ 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
10+
fastapi >= 0.114.1
1111
aiohttp
1212
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
1313
uvicorn[standard]
14-
pydantic >= 2.8 # Required for OpenAI server.
14+
pydantic >= 2.9 # Required for fastapi >= 0.113.0
1515
pillow # Required for image processing
1616
prometheus_client >= 0.18.0
1717
prometheus-fastapi-instrumentator >= 7.0.0

0 commit comments

Comments
 (0)