From 6d40b186bbb7ec08eddc5dbd46259b3308c0e909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:05:48 +0000 Subject: [PATCH] Bump litellm from 1.55.0 to 1.55.4 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.55.0 to 1.55.4. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.55.0...v1.55.4) --- 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 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d7f85fc..bd8f4cf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1360,13 +1360,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.55.0" +version = "1.55.4" 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.55.0-py3-none-any.whl", hash = "sha256:b257242039cc0753cdf7e7e288f9379d8ccad58015ce95bdc8a8ec337d2fa7eb"}, - {file = "litellm-1.55.0.tar.gz", hash = "sha256:d33dfabb7aa6f18294c43f20429d7d962b48104a0c2ddce08df7370029ac4780"}, + {file = "litellm-1.55.4-py3-none-any.whl", hash = "sha256:ee608133854487d2fd985d98b2c8675dffdb5cb7fa90ed08380082f064a36ec5"}, + {file = "litellm-1.55.4.tar.gz", hash = "sha256:b464fe06863f0cf67a3974cb0465283eb5ac9d711838f7f5964d83804249f3c0"}, ] [package.dependencies] @@ -3006,4 +3006,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "f75a89962b6a0c3dcbb0288b98b3351eda24b71289ad8f7c26bceed4b4f35917" +content-hash = "e59c35e8bf8118f995b6470123a6b9f2ba1aff8c7fecc540e99f2adc694efc9d" diff --git a/pyproject.toml b/pyproject.toml index 54675aa8..b63fc3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = ">=0.115.5" uvicorn = ">=0.32.1" weaviate-client = ">=4.9.6" structlog = ">=24.4.0" -litellm = "^1.55.0" +litellm = "^1.55.4" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"