From e54fffd865a2f40c0b1eb7198f224fcf2af91962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 04:46:03 +0000 Subject: [PATCH] Update litellm requirement from ~1.23.12 to ~1.61.17 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-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 41a3cc1..aa44920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ faiss-cpu = "^1.8.0" types-requests = "^2.31.0" torch = ">=2.1.0 <2.3.0" transformers = "^4.41.2" -litellm = "~1.23.12" +litellm = "~1.61.17" beartype = "^0.18.5" termcolor = "^1.1.0" types-PyYAML = "^6.0.0"