From fca446e666187288e3eeeb3d3938070bf042f4cf Mon Sep 17 00:00:00 2001 From: Alessandro Marrella Date: Sat, 8 Nov 2025 10:26:25 +0100 Subject: [PATCH] chore: unpin litellm --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d45731bc7f..71e49044f0 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", ] langchain_extra_require = [