From 5e7c1f2aae2c996eb17e94b0594333c97bebe0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:15:10 +0000 Subject: [PATCH] chore(deps): update litellm requirement from <2,>=1.98.0 to >=1.100.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.98.0...v1.100.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.100.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 9cb2a73..cf3ff2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "ruff>=0.16.5,<0.17", ] llm = [ - "litellm>=1.98.0,<2", + "litellm>=1.100.0,<2", ] otel = [ "opentelemetry-api>=1.44.0,<2",