Unverified Commit 613a23b5 authored by Martin Hickey's avatar Martin Hickey Committed by GitHub
Browse files

[Bugfix]: Installing dev environment due to pydantic incompatible version (#23353)


Signed-off-by: default avatarMartin Hickey <martin.hickey@ie.ibm.com>
parent 51a21530
......@@ -13,7 +13,7 @@ protobuf # Required by LlamaTokenizer.
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
aiohttp
openai >= 1.99.1 # For Responses API with reasoning content
pydantic >= 2.10
pydantic >= 2.11.7
prometheus_client >= 0.18.0
pillow # Required for image processing
prometheus-fastapi-instrumentator >= 7.0.0
......
......@@ -742,7 +742,7 @@ pycparser==2.22
# via cffi
pycryptodomex==3.22.0
# via blobfile
pydantic==2.11.5
pydantic==2.11.7
# via
# -r requirements/test.in
# albumentations
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment