From 7cce80270a39cf9ff1882e3b6aec815ed5ef5d26 Mon Sep 17 00:00:00 2001 From: VenkataAnilKumar <25908037+VenkataAnilKumar@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:10:20 -0400 Subject: [PATCH] fix(deps): repin litellm above 1.83.0 as requested in #6598 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 549092e8df..603103b348 100644 --- a/setup.py +++ b/setup.py @@ -181,8 +181,8 @@ "jsonschema", "ruamel.yaml", "pyyaml", - "litellm>=1.75.5, <=1.82.6", - # For LiteLLM tests. Upper bound pinned: versions 1.82.7+ compromised in supply chain attack. + "litellm>=1.83.0", + # For LiteLLM tests. ] langchain_extra_require = [