From fa3ae4fce7d2e9e3d0c0d6455fabd5b9b5560e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 04:39:50 +0000 Subject: [PATCH] Bump litellm from 1.61.15 to 1.61.16 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.15 to 1.61.16. - [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 7dacf3fc..060a5e64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1489,13 +1489,13 @@ files = [ [[package]] name = "litellm" -version = "1.61.15" +version = "1.61.16" 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.15-py3-none-any.whl", hash = "sha256:977fd4e37491dd5adf14ed7c4d55bd099dd5ee7d40b8b8af5eba515d448013bb"}, - {file = "litellm-1.61.15.tar.gz", hash = "sha256:f10ff155d8bca6cb0e2a1cc8d9aedbe6b390f73b30b9603e9cadb66b11472d44"}, + {file = "litellm-1.61.16-py3-none-any.whl", hash = "sha256:d241436ac0edf64ec57fb5686f8d84a25998a7e52213d9063adf87df8432701f"}, + {file = "litellm-1.61.16.tar.gz", hash = "sha256:02df5865f98ea9734a4d27ac7c33aad9a45c4015403d5c0797d3292ade3c5cb5"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "51dc0e263ca46b8c997dc0d2d5d76f92be33f3734e5619d3a1f0581b5a62ba6c" +content-hash = "78bf662a3fae53852993f2461c1806a0a19aff407c4b8177e5a007e96299b77b" diff --git a/pyproject.toml b/pyproject.toml index b8f65a81..816f930c 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.15" +litellm = "==1.61.16" 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.15" +litellm = "==1.61.16" pytest-asyncio = "==0.25.3" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"