From 9471d616fcddc5daf35cfbcc0bcb8093cef4ce5b Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 7 Jan 2026 18:25:23 +0530 Subject: [PATCH] aiohttp==3.13.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c58edca7a..6eff8b63d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ tokenizers==0.20.2 # for calculating usage click==8.1.7 # for proxy cli rich==13.7.1 # for litellm proxy cli jinja2==3.1.6 # for prompt templates -aiohttp==3.12.14 # for network calls +aiohttp==3.13.3 # 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.11,<3 # proxy + openai req. + mcp