From e2e463ab40da6ec5f65f33b6cfd991830abe8db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 04:48:35 +0000 Subject: [PATCH] Update litellm requirement from ~1.23.12 to ~1.61.16 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..ec9d5c3 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.16" beartype = "^0.18.5" termcolor = "^1.1.0" types-PyYAML = "^6.0.0"