Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@
"jsonschema",
"ruamel.yaml",
"pyyaml",
"litellm>=1.75.5, <1.83.7, !=1.82.7, !=1.82.8",
# For LiteLLM tests. Upper bound pinned below latest version.
# Exclude 1.82.7 and 1.82.8 due to supply chain attack.
"litellm>=1.83.7, <1.83.15",
# 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).
]

langchain_extra_require = [
Expand Down
Loading