From ae60b740f197e9753b30c7ac894dc0447c562e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 05:41:13 +0000 Subject: [PATCH] ci: update litellm requirement from <1.73.0,>=1.72.6 to >=1.72.6,<1.76.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.75.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..abc1c6a 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.76.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.76.0", # llama "llama-api-client>=0.1.0,<1.0.0",