diff --git a/requirements.txt b/requirements.txt index 45d7d529ea1..3133370a715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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