Skip to content

Commit a7cea5e

Browse files
hickeymaJuhyun Lee
authored andcommitted
[Bugfix]: Installing dev environment due to pydantic incompatible version (vllm-project#23353)
Signed-off-by: Martin Hickey <[email protected]>
1 parent 1b48eab commit a7cea5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protobuf # Required by LlamaTokenizer.
1313
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1414
aiohttp
1515
openai >= 1.99.1 # For Responses API with reasoning content
16-
pydantic >= 2.10
16+
pydantic >= 2.11.7
1717
prometheus_client >= 0.18.0
1818
pillow # Required for image processing
1919
prometheus-fastapi-instrumentator >= 7.0.0

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ pycparser==2.22
742742
# via cffi
743743
pycryptodomex==3.22.0
744744
# via blobfile
745-
pydantic==2.11.5
745+
pydantic==2.11.7
746746
# via
747747
# -r requirements/test.in
748748
# albumentations

0 commit comments

Comments
 (0)