From cf33bd3a1fc642d93ff7aae8d7710e247658762c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:48:54 +0000 Subject: [PATCH] build(deps): update litellm requirement in /backend 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.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 249fb7e..a382906 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "python-jose[cryptography]>=3.3.0", "bcrypt>=4.0.0,<5.0.0", "cryptography>=44.0.0", - "litellm>=1.55.0", + "litellm>=1.83.7", "aioimaplib>=2.0.0", "html2text>=2024.0.0", "python-multipart>=0.0.18",