Skip to content

Commit 89f965c

Browse files
jschefflcopybara-github
authored andcommitted
Copybara import of the project:
-- cc4d06d by Jens Scheffler <jscheffl@apache.org>: chore: Bump upper bound for litellm COPYBARA_INTEGRATE_REVIEW=#6828 from jscheffl:bugfix/bump-upper-bound-litellm cc4d06d PiperOrigin-RevId: 925546570
1 parent caa416a commit 89f965c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,9 @@
189189
"jsonschema",
190190
"ruamel.yaml",
191191
"pyyaml",
192-
"litellm>=1.83.7, <1.83.15",
192+
"litellm>=1.83.7, <1.86.0",
193193
# For LiteLLM tests. Lower bound: CVE-2026-35030 plus 4 follow-on
194-
# advisories patched in 1.83.7. Upper bound <1.83.15 admits current
195-
# latest (1.83.14).
194+
# advisories patched in 1.83.7. Upper bound <1.86.0 for stable interface only.
196195
]
197196

198197
langchain_extra_require = [

0 commit comments

Comments
 (0)