From 49bef09a3aed182b6f17d375d2e4a4f3089c0d41 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 15 Aug 2025 11:24:41 -0700 Subject: [PATCH] Revert "fix aioboto3" This reverts commit 92c638ec59c25fd23020b7c3676762a4028dfba8. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b20ef6b2ed..a8d443b543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ click==8.1.7 # for proxy cli rich==13.7.1 # for litellm proxy cli jinja2==3.1.6 # for prompt templates aiohttp==3.10.11 # for network calls -aioboto3==15.1.0 # for async sagemaker calls +aioboto3==12.3.0 # for async sagemaker calls tenacity==8.2.3 # for retrying requests, when litellm.num_retries set pydantic==2.10.2 # proxy + openai req. jsonschema==4.22.0 # validating json schema