From a256f9a6f7e2c6971d52fd3202ecce56f35b1519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 04:36:14 +0000 Subject: [PATCH] Bump litellm from 1.56.4 to 1.56.5 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.56.4 to 1.56.5. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.56.4...v1.56.5) --- 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 e037126b..d57b2cf0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,13 +1194,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.56.4" +version = "1.56.5" 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.56.4-py3-none-any.whl", hash = "sha256:699a8db46f7de045069a77c435e13244b5fdaf5df1c8cb5e6ad675ef7e104ccd"}, - {file = "litellm-1.56.4.tar.gz", hash = "sha256:2808ca21878d200f7676a3d11e5bf2b5e3349ae504628f279cd7297c7dbd2038"}, + {file = "litellm-1.56.5-py3-none-any.whl", hash = "sha256:4388e9456deea92689d109ac282dc3bc133acb06f543682ad1fe02a1ab063b7e"}, + {file = "litellm-1.56.5.tar.gz", hash = "sha256:a25b4d7f7f7d2339cca1165126e1abf9ceb30b02b7481037a1f45a6ab87b9ec7"}, ] [package.dependencies] @@ -3049,4 +3049,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "ab99032f27f3231f4ccb4d9d3c68559df42e80614f7f90963334e5984f3a1a74" +content-hash = "693dcc907078b27c8d53fa96856a7503db89406462fd484e8557de7c68c75817" diff --git a/pyproject.toml b/pyproject.toml index d9e7b202..da9e7efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = ">=6.0.1" fastapi = ">=0.115.5" uvicorn = ">=0.32.1" structlog = ">=24.4.0" -litellm = "^1.55.11" +litellm = "^1.56.5" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"