From 64e73ceb31f12538e4cda730e51e793c88912d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:33:18 +0000 Subject: [PATCH] Bump litellm from 1.56.5 to 1.56.8 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.56.5 to 1.56.8. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.56.5...v1.56.8) --- 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 d7e03e14..20bf239b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,13 +1194,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.56.5" +version = "1.56.8" 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.5-py3-none-any.whl", hash = "sha256:4388e9456deea92689d109ac282dc3bc133acb06f543682ad1fe02a1ab063b7e"}, - {file = "litellm-1.56.5.tar.gz", hash = "sha256:a25b4d7f7f7d2339cca1165126e1abf9ceb30b02b7481037a1f45a6ab87b9ec7"}, + {file = "litellm-1.56.8-py3-none-any.whl", hash = "sha256:b72b33dd32645079ac669b590a88d06cb177b6b71d72b051444be98221572e51"}, + {file = "litellm-1.56.8.tar.gz", hash = "sha256:189b039a0dd295fd5e59164cb1d4e28fac887f351e6e35d0129761fab7471458"}, ] [package.dependencies] @@ -3049,4 +3049,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<4.0" -content-hash = "a8ea1be06ac1f89bc3a6389ba8a39b3eb8b5dd1f0b383cb552b2b7065a5b4c7b" +content-hash = "f445ebbedb2b1fc5e2d95d996a69c5f479645d7318dd88684cecf242be978ea8" diff --git a/pyproject.toml b/pyproject.toml index d18203ab..b00a15f4 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.56.5" +litellm = "^1.56.8" llama_cpp_python = ">=0.3.2" cryptography = "^44.0.0" sqlalchemy = "^2.0.28"