We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b48eab commit a7cea5eCopy full SHA for a7cea5e
requirements/common.txt
@@ -13,7 +13,7 @@ protobuf # Required by LlamaTokenizer.
13
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
14
aiohttp
15
openai >= 1.99.1 # For Responses API with reasoning content
16
-pydantic >= 2.10
+pydantic >= 2.11.7
17
prometheus_client >= 0.18.0
18
pillow # Required for image processing
19
prometheus-fastapi-instrumentator >= 7.0.0
requirements/test.txt
@@ -742,7 +742,7 @@ pycparser==2.22
742
# via cffi
743
pycryptodomex==3.22.0
744
# via blobfile
745
-pydantic==2.11.5
+pydantic==2.11.7
746
# via
747
# -r requirements/test.in
748
# albumentations
0 commit comments