From ebdb8aeb6b593081e38ae3ded2902755257b9567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:25:55 +0000 Subject: [PATCH] build(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.8 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 a9ca4ad04..ef64894da 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.0.0,<1.83.1", + "litellm>=1.0.0,<1.83.9", "python-multipart>=0.0.22", "tree-sitter>=0.23.0", "tree-sitter-python>=0.23.0",