From f4a6bf2a97e704a96ae652269c5eb45a601d3e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 05:57:24 +0000 Subject: [PATCH] Bump litellm from 1.59.1 to 1.59.3 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.59.1 to 1.59.3. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/compare/v1.59.1...v1.59.3) --- 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 1b8049f4..fa151335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1213,13 +1213,13 @@ referencing = ">=0.31.0" [[package]] name = "litellm" -version = "1.59.1" +version = "1.59.3" 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.59.1-py3-none-any.whl", hash = "sha256:69adf83f6942b9b62d3398cd8c1dc2e53b02e9b97bc5c45c427ed917629048e7"}, - {file = "litellm-1.59.1.tar.gz", hash = "sha256:ca4fd7789cc493daa63fe0dd69e3351237708c48a9305ccbc685a1bcf9eecf98"}, + {file = "litellm-1.59.3-py3-none-any.whl", hash = "sha256:17c6fe3b9ccd54fbdb73d2389268864296f9601c5cb29d80061489e0a984e5c0"}, + {file = "litellm-1.59.3.tar.gz", hash = "sha256:5e625e07a97346704d67f04265253acfc6a0c7e3afad82c2ed57fcdaae066add"}, ] [package.dependencies] @@ -3083,4 +3083,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "ca4c43d430eb0a4c9ed7b3c411ebb98146bf609235372f782c08396381830541" +content-hash = "479762cfb2027723fecb196828874a9fa5cbfe152e67187f42e07a5181930231" diff --git a/pyproject.toml b/pyproject.toml index 75f257cb..5d74c6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = "==6.0.2" fastapi = "==0.115.7" uvicorn = "==0.34.0" structlog = "==25.1.0" -litellm = "==1.59.1" +litellm = "==1.59.3" llama_cpp_python = "==0.3.5" cryptography = "==44.0.0" sqlalchemy = "==2.0.37" @@ -39,7 +39,7 @@ ruff = "==0.9.2" bandit = "==1.8.2" build = "==1.2.2.post1" wheel = "==0.45.1" -litellm = "==1.59.1" +litellm = "==1.59.3" pytest-asyncio = "==0.25.2" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"