From cac7640bf3bd9ad3c93ddc5b6e4647fffc1794ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 12:14:40 +0000 Subject: [PATCH] chore(deps): update litellm requirement from <2,>=1.91.1 to >=1.92.0,<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.91.1...v1.92.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.92.0 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 3426216..8faecd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "ruff>=0.15.20,<1", ] llm = [ - "litellm>=1.91.1,<2", + "litellm>=1.92.0,<2", ] otel = [ "opentelemetry-api>=1.43.0,<2",