From cf8245c0dc5dd7532f34dce7e68a0264315a038e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 12:14:11 +0000 Subject: [PATCH] chore(deps): update litellm requirement from <2,>=1.89.2 to >=1.89.4,<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.89.2...v1.89.4) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.89.4 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 ca68775..99a3a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "ruff>=0.15.17,<1", ] llm = [ - "litellm>=1.89.2,<2", + "litellm>=1.89.4,<2", ] otel = [ "opentelemetry-api>=1.42.1,<2",