Skip to content

Commit f274581

Browse files
[BugFix] Update pydantic to fix error on python 3.10 (vllm-project#18852)
Signed-off-by: luka <luka@neuralmagic.com>
1 parent 0b1447f commit f274581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protobuf # Required by LlamaTokenizer.
1414
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1515
aiohttp
1616
openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
17-
pydantic >= 2.9
17+
pydantic >= 2.10
1818
prometheus_client >= 0.18.0
1919
pillow # Required for image processing
2020
prometheus-fastapi-instrumentator >= 7.0.0

0 commit comments

Comments
 (0)