From 129ca8d6c5372a4b60dfa3533b0274b6fc9bad62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:50:31 +0000 Subject: [PATCH] deps(deps): 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.86.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.86.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8bc225..b2c65ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] keywords = ["llm", "ai", "tournament", "evaluation", "decision-making", "litellm"] dependencies = [ - "litellm>=1.77.1,<1.86.0", + "litellm>=1.77.1,<1.87.0", "pyyaml~=6.0", "colorama~=0.4.6", "httpx~=0.28.1",