From 7a7febb43691c7ca9429e80cd18cecaf0ba17c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:50:58 +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.1) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.88.1 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 1fd8a51f88..0b39827bbe 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.2", "python-multipart>=0.0.31", "tree-sitter>=0.23.0", "tree-sitter-python>=0.23.0",