From 27268d3758a2a273aee4a35b1fd6d7ca8a2a7fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 10:49:32 +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.87.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.87.0 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 d8ad4a0921..5b95c8cac3 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.87.1", "python-multipart>=0.0.27", "tree-sitter>=0.23.0", "tree-sitter-python>=0.23.0",