From e2d16be2f8b3087a1652b268031cb0ffbf459574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:27:59 +0000 Subject: [PATCH] chore(deps): Update litellm requirement from >=1.83.14 to >=1.86.2 Updates the requirements on [litellm](https://github.com/BerriAI/litellm) to permit the latest version. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/1.84.0-dev.1...v1.86.2) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.86.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 691e55fc..4d87b6d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ psutil fire fuzzywuzzy openai -litellm>=1.83.14 # to support `from litellm import get_valid_models` +litellm>=1.86.2 # to support `from litellm import get_valid_models` aiohttp>=3.13.4 # CVE-2026-22815, CVE-2026-34515, CVE-2026-34516, CVE-2026-34525; >=3.13.4 due to litellm==1.83.14 exact pin azure.identity pyarrow