From ad926644b95f6f0cdff8524d7fd886bd11fd6c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 07:09:20 +0000 Subject: [PATCH] Bump litellm from 1.60.8 to 1.61.1 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.60.8 to 1.61.1. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.60.8...v1.61.1) --- 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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 30aa504f..b4ba5a4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1424,13 +1424,13 @@ files = [ [[package]] name = "litellm" -version = "1.60.8" +version = "1.61.1" 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.8-py3-none-any.whl", hash = "sha256:260bdcc9749c769f1a84dc927abe7c91f6294a97da05abc6b513c5dd2dcf17a1"}, - {file = "litellm-1.60.8.tar.gz", hash = "sha256:4a0aca9bd226d727ca4a41aaf8722f825fc10cf33f37a177a3cceb4ee2c442d8"}, + {file = "litellm-1.61.1-py3-none-any.whl", hash = "sha256:3bb546209979831c0440580b8b2309a138a4ad74ddb68309c5b619916b215bf2"}, + {file = "litellm-1.61.1.tar.gz", hash = "sha256:2d02c702444703e7b9e5b960c80a2acda764314497053b0ca5d2ec47329d70a9"}, ] [package.dependencies] @@ -4017,4 +4017,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "c29094e6fc79303ed612d59728ab5d3881615cda2aaef97a540cb70e96e3a8fc" +content-hash = "b7d9051277bd70f9d4199d79bd1422435b5f39ae21fea4c37d3b31fa82c622bc" diff --git a/pyproject.toml b/pyproject.toml index e44881fa..69f0b14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.8" uvicorn = "==0.34.0" structlog = "==25.1.0" -litellm = "==1.60.8" +litellm = "==1.61.1" llama_cpp_python = "==0.3.5" cryptography = "==44.0.0" sqlalchemy = "==2.0.38" @@ -45,7 +45,7 @@ ruff = "==0.9.6" bandit = "==1.8.2" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.60.8" +litellm = "==1.61.1" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"