[Bugfix]: Installing dev environment due to pydantic incompatible version (#23353)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
This commit is contained in:
@@ -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.
|
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
|
||||||
aiohttp
|
aiohttp
|
||||||
openai >= 1.99.1 # For Responses API with reasoning content
|
openai >= 1.99.1 # For Responses API with reasoning content
|
||||||
pydantic >= 2.10
|
pydantic >= 2.11.7
|
||||||
prometheus_client >= 0.18.0
|
prometheus_client >= 0.18.0
|
||||||
pillow # Required for image processing
|
pillow # Required for image processing
|
||||||
prometheus-fastapi-instrumentator >= 7.0.0
|
prometheus-fastapi-instrumentator >= 7.0.0
|
||||||
|
|||||||
@@ -742,7 +742,7 @@ pycparser==2.22
|
|||||||
# via cffi
|
# via cffi
|
||||||
pycryptodomex==3.22.0
|
pycryptodomex==3.22.0
|
||||||
# via blobfile
|
# via blobfile
|
||||||
pydantic==2.11.5
|
pydantic==2.11.7
|
||||||
# via
|
# via
|
||||||
# -r requirements/test.in
|
# -r requirements/test.in
|
||||||
# albumentations
|
# albumentations
|
||||||
|
|||||||
Reference in New Issue
Block a user