From cf5f2ef03b921999703f11ea6c8d23c8326f27bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:56:42 +0000 Subject: [PATCH] chore(deps-dev): update litellm requirement 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.100.1) --- 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 0c9cd8d4..cfe0a75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ corpus = [ # LiteLLM generation backend: a pure API client, so it is kept separate from the # heavy `generation` extra (vllm/torch) — CPU/proxy users can install just this. litellm = [ - "litellm>=1.60,<2.0", + "litellm>=1.100.1,<2.0", ] all = [