diff --git a/setup.py b/setup.py index 4079fd3b15..2d7521bd49 100644 --- a/setup.py +++ b/setup.py @@ -189,10 +189,9 @@ "jsonschema", "ruamel.yaml", "pyyaml", - "litellm>=1.83.7, <1.83.15", + "litellm>=1.83.7, <1.86.0", # For LiteLLM tests. Lower bound: CVE-2026-35030 plus 4 follow-on - # advisories patched in 1.83.7. Upper bound <1.83.15 admits current - # latest (1.83.14). + # advisories patched in 1.83.7. Upper bound <1.86.0 for stable interface only. ] langchain_extra_require = [