From dd50451f51718b578dbe90c01807528ec0f906c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:55:07 +0000 Subject: [PATCH] chore(deps): update litellm requirement from >=1.40.0 to >=1.91.0 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/litellm_1.81.13-dev...v1.91.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.91.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 452d673..9d1f79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "pydantic>=2.0", - "litellm>=1.40.0", + "litellm>=1.91.0", ] [project.scripts]