From b00a9683964622ceef9a72e75558b2cc246c7ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:18:34 +0000 Subject: [PATCH] build(deps): bump litellm from 1.83.0 to 1.84.0 in /V0 Bumps [litellm](https://github.com/BerriAI/litellm) from 1.83.0 to 1.84.0. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits/v1.84.0) --- updated-dependencies: - dependency-name: litellm dependency-version: 1.84.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- V0/pyproject.toml | 2 +- V0/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/V0/pyproject.toml b/V0/pyproject.toml index 863b1f52..6263dbae 100644 --- a/V0/pyproject.toml +++ b/V0/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "python-ulid>=3.0.0", "bcrypt>=4.0.0", "cachetools>=6.2.2,<7.0.0", - "litellm>=1.75.5,<=1.83.0,!=1.82.7,!=1.82.8", # For LiteLLM tests. Exclude compromised PyPI releases 1.82.7 and 1.82.8. + "litellm>=1.75.5,!=1.82.7,!=1.82.8,<=1.84.0", # For LiteLLM tests. Exclude compromised PyPI releases 1.82.7 and 1.82.8. ] [project.scripts] diff --git a/V0/uv.lock b/V0/uv.lock index d0981be1..a5bb175e 100644 --- a/V0/uv.lock +++ b/V0/uv.lock @@ -127,7 +127,7 @@ requires-dist = [ { name = "cryptography", specifier = ">=3.4.8" }, { name = "fastapi", specifier = ">=0.115.11" }, { name = "httpx", specifier = ">=0.25.0" }, - { name = "litellm", specifier = ">=1.75.5,!=1.82.7,!=1.82.8,<=1.83.0" }, + { name = "litellm", specifier = ">=1.75.5,!=1.82.7,!=1.82.8,<=1.84.0" }, { name = "mcp", specifier = ">=1.6.0" }, { name = "numpy", specifier = ">=2.1.0" }, { name = "openai", specifier = ">=1.3.7" }, @@ -1375,7 +1375,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.83.0" +version = "1.84.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohttp" }, @@ -1391,9 +1391,9 @@ dependencies = [ { name = "tiktoken" }, { name = "tokenizers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/22/92/6ce9737554994ca8e536e5f4f6a87cc7c4774b656c9eb9add071caf7d54b/litellm-1.83.0.tar.gz", hash = "sha256:860bebc76c4bb27b4cf90b4a77acd66dba25aced37e3db98750de8a1766bfb7a", size = 17333062, upload-time = "2026-03-31T05:08:25.331Z" } +sdist = { url = "https://files.pythonhosted.org/packages/dd/e9/8941b7e72a187000561d932c0f2f2ed2b0fd080dfc33ba6e05961d45ca7d/litellm-1.84.0.tar.gz", hash = "sha256:b8ad0cbea11a5941b18d5af973017a340abd3d3ab41cb86e5401b970626d71a6", size = 15103206, upload-time = "2026-05-14T05:45:53.017Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/19/2c/a670cc050fcd6f45c6199eb99e259c73aea92edba8d5c2fc1b3686d36217/litellm-1.83.0-py3-none-any.whl", hash = "sha256:88c536d339248f3987571493015784671ba3f193a328e1ea6780dbebaa2094a8", size = 15610306, upload-time = "2026-03-31T05:08:21.987Z" }, + { url = "https://files.pythonhosted.org/packages/01/a6/77fa1bbf5e42eb596b06318b3f7e6af5d0f44028046d1d598c6a595d028f/litellm-1.84.0-py3-none-any.whl", hash = "sha256:2a58d6041e6aa27d1a28dc8d8828ab500fef1a00ef74ca65e60899035010c2f2", size = 16735062, upload-time = "2026-05-14T05:45:49.927Z" }, ] [[package]]