Upgrade pydantic to version 2.11.0 (#16909)

Updated pydantic version to 2.11.0 for compatibility.
This commit is contained in:
superpoussin22 2025-11-21 17:52:44 +01:00 committed by GitHub
parent be9f2e026c
commit b96179a07a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ jinja2==3.1.6 # for prompt templates
aiohttp==3.12.14 # for network calls
aioboto3==13.4.0 # for async sagemaker calls
tenacity==8.5.0 # for retrying requests, when litellm.num_retries set
pydantic==2.10.2 # proxy + openai req.
pydantic==2.11.0 # proxy + openai req. + mcp
jsonschema==4.22.0 # validating json schema
websockets==13.1.0 # for realtime API
soundfile==0.12.1 # for audio file processing