mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Upgrade pydantic to version 2.11.0 (#16909)
Updated pydantic version to 2.11.0 for compatibility.
This commit is contained in:
parent
be9f2e026c
commit
b96179a07a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue