From 7fa3ea4a38f6a0cd2b932cdb929a1c99022f3a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:14:24 +0000 Subject: [PATCH] chore(deps): update litellm requirement from <2,>=1.90.2 to >=1.91.1,<2 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.90.2...v1.91.1) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.91.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26f233c..7dc3dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "ruff>=0.15.20,<1", ] llm = [ - "litellm>=1.90.2,<2", + "litellm>=1.91.1,<2", ] otel = [ "opentelemetry-api>=1.43.0,<2",