From 6958e170a89160e1c4198b9dc6cb84fc5f5ddc92 Mon Sep 17 00:00:00 2001 From: Ayush Agrawal Date: Tue, 11 Nov 2025 10:25:25 -0800 Subject: [PATCH] chore: remove upper bound on litellm version, restrict breaking versions PiperOrigin-RevId: 830973367 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d45731bc7f..bd3a7fe965 100644 --- a/setup.py +++ b/setup.py @@ -178,7 +178,7 @@ "jsonschema", "ruamel.yaml", "pyyaml", - "litellm >= 1.72.4, <= 1.76.3", + "litellm >= 1.72.4, != 1.77.2, != 1.77.3, != 1.77.4", ] langchain_extra_require = [