From a7db2bd1c2e606a1dd083a20dc20e888895e82d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 11:23:49 +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.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 0c9cd8d4..0efa73e8 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.0,<2.0", ] all = [