From e4111cdb6c511b1359abf8a37f29a9f365b19952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:27:03 +0000 Subject: [PATCH] Bump litellm from 1.52.1 to 1.61.6 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.52.1 to 1.61.6. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 591d930..d3756ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -953,13 +953,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.60.6" +version = "1.61.6" description = "Library to easily interface with LLM API providers" optional = false python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" files = [ - {file = "litellm-1.60.6-py3-none-any.whl", hash = "sha256:7c2d61f5073c823aa7b069328fed34e61d0e9a1777f91e758c1770724d060578"}, - {file = "litellm-1.60.6.tar.gz", hash = "sha256:b9fdd38b482abc6b6d6afffa6fbf25912b70b1b34ca91a5c798aba2d81bef322"}, + {file = "litellm-1.61.6-py3-none-any.whl", hash = "sha256:eef4c4a84a2c93de4c6d5a05a785f9b0cc61f63bafb3b3dc83d977db649e1b13"}, + {file = "litellm-1.61.6.tar.gz", hash = "sha256:2c613823f86ce2aa7956e2458857ab6aa62258dc7da9816bfdac90735be270be"}, ] [package.dependencies] @@ -2743,4 +2743,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "66354990fdd822bb3edbe65a38dd9ca80c08f731b6a1a5035e93cc4f1eb3ef92" +content-hash = "4a0219320a670ace3519f328ed9283483044b38fa42bf09a8a0baf0d05cbcfcb" diff --git a/pyproject.toml b/pyproject.toml index d505d2a..ccb6406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tqdm = "4.67.1" urllib3 = "2.3.0" huggingface-hub = "0.28.1" datasets = "3.3.0" -litellm = "1.60.6" +litellm = "1.61.6" PyYAML = ">=6.0.1" click = ">=8.1.7"