From 522f35751d19f14302a93368e429e7ede33e3047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 07:04:38 +0000 Subject: [PATCH] ci: update litellm requirement from <1.73.0,>=1.72.6 to >=1.72.6,<1.75.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.74.8 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..1d4bc80 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.75.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.75.0", # llama "llama-api-client>=0.1.0,<1.0.0",