From 591aae5702af75361109a4c7f08ee79391080d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:21:08 +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/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.83.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..bfce8824 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.83.3", # SECURITY: 1.82.7+ compromised (supply chain attack 2026-03-24) ] [project.scripts]