From d88f50f0ad862a7c942bd71c63505a47ab542b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:01:20 +0000 Subject: [PATCH] ci: update litellm requirement from <1.73.0,>=1.72.6 to >=1.72.6,<1.80.0 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/commits) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.79.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974ff9d..3b92559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ docs = [ "sphinx-autodoc-typehints>=1.12.0,<2.0.0", ] litellm = [ - "litellm>=1.72.6,<1.73.0", + "litellm>=1.72.6,<1.80.0", ] llamaapi = [ "llama-api-client>=0.1.0,<1.0.0", @@ -118,7 +118,7 @@ all = [ "sphinx-autodoc-typehints>=1.12.0,<2.0.0", # litellm - "litellm>=1.72.6,<1.73.0", + "litellm>=1.72.6,<1.80.0", # llama "llama-api-client>=0.1.0,<1.0.0",