From 927355e314eb39857541f0a1ed7231129611fe36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:24:29 +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.83.14.rc.1...v1.89.2) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.89.2 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 2710df788b..c1214fe026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "protobuf>=6.33.5", "pdfminer-six>=20251230", "typer>=0.12.0", - "litellm>=1.83.7,<1.86.3", + "litellm>=1.83.7,<1.89.3", "python-multipart>=0.0.31", "tree-sitter>=0.23.0", "tree-sitter-python>=0.23.0",