From af1e054066f454e59066241fd3407861f4b0306d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:29 +0000 Subject: [PATCH] Update litellm requirement from >=1.79.1 to >=1.83.14 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.83.14 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 0df2117..afcb6b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "django-shortuuid>=0.1.2", "dspy>=3.0.3", "hf_transfer>=0.1.9", - "litellm>=1.79.1", + "litellm>=1.83.14", "lmdb>=1.7.5", "pandas>=2.3.3", "pgvector>=0.4.2",