From c03419d06c773544a6f9a3e4127b6e77fa5d2401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 05:05:50 +0000 Subject: [PATCH] Bump litellm from 1.61.16 to 1.61.17 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.16 to 1.61.17. - [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-patch ... 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 060a5e64..522777e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.16" +version = "1.61.17" 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.61.16-py3-none-any.whl", hash = "sha256:d241436ac0edf64ec57fb5686f8d84a25998a7e52213d9063adf87df8432701f"}, - {file = "litellm-1.61.16.tar.gz", hash = "sha256:02df5865f98ea9734a4d27ac7c33aad9a45c4015403d5c0797d3292ade3c5cb5"}, + {file = "litellm-1.61.17-py3-none-any.whl", hash = "sha256:ff9137c008cdb421db32defb1fbd1ed546a95167de6d276c61b664582ed4ff60"}, + {file = "litellm-1.61.17.tar.gz", hash = "sha256:eaab989c090ccc094b41c3fdf27d1df7f6fb25e091ab0ce48e0f3079f1e51ff5"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "78bf662a3fae53852993f2461c1806a0a19aff407c4b8177e5a007e96299b77b" +content-hash = "1f501dd13b40daa6a3a3b2a4d27f00b5c771d5b7360a184fbf7dedc3414e959d" diff --git a/pyproject.toml b/pyproject.toml index 816f930c..ffc334c4 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.61.16" +litellm = "==1.61.17" llama_cpp_python = "==0.3.5" cryptography = "==44.0.1" sqlalchemy = "==2.0.38" @@ -50,7 +50,7 @@ ruff = "==0.9.7" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.61.16" +litellm = "==1.61.17" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"