From 32391f71dc02f36597b73107cb58d8dd3792f1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:15:13 +0000 Subject: [PATCH] chore(deps): update litellm requirement 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/v1.82.5.dev.1...v1.89.3) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.89.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a9037a..6e17b494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "structlog>=24.0.0", "slowapi>=0.1.9", "httpx>=0.28.0", - "litellm>=1.82.4,<=1.82.6", # SECURITY: 1.82.7+ compromised (supply chain attack 2026-03-24) + "litellm>=1.82.4,<=1.89.3", # SECURITY: 1.82.7+ compromised (supply chain attack 2026-03-24) ] [project.scripts]