From f1667b9137188b3ea16441a543533aff9b4c45e0 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 6 Jun 2026 14:44:54 -0700 Subject: [PATCH] chore(deps): bump deps (#29860) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump: version 0.4.73 → 0.4.74 * bump: version 1.88.0 → 1.89.0 * uv lock --- litellm-proxy-extras/pyproject.toml | 4 ++-- pyproject.toml | 6 +++--- uv.lock | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index 0654f17ec6..e2a86205fc 100644 --- a/litellm-proxy-extras/pyproject.toml +++ b/litellm-proxy-extras/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-proxy-extras" -version = "0.4.73" +version = "0.4.74" description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package." readme = "README.md" requires-python = ">=3.9" @@ -26,7 +26,7 @@ required-version = ">=0.10.9" module-root = "" [tool.commitizen] -version = "0.4.73" +version = "0.4.74" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-proxy-extras==", diff --git a/pyproject.toml b/pyproject.toml index bc252d3b13..577e800d79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.88.0" +version = "1.89.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -62,7 +62,7 @@ proxy = [ "azure-identity>=1.25.2,<2.0", "azure-storage-blob>=12.28.0,<13.0", "mcp>=1.26.0,<2.0", - "litellm-proxy-extras==0.4.73", + "litellm-proxy-extras==0.4.74", "litellm-enterprise==0.1.42", "RestrictedPython>=8.1,<9.0", "rich>=13.9.4,<14.0", @@ -260,7 +260,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.88.0" +version = "1.89.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index db2c5cbb72..4386fce1b4 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-28T03:32:27.927695Z" +exclude-newer = "2026-06-03T21:40:52.018333Z" exclude-newer-span = "P3D" [manifest] @@ -3276,7 +3276,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.88.0" +version = "1.89.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -3636,7 +3636,7 @@ source = { editable = "enterprise" } [[package]] name = "litellm-proxy-extras" -version = "0.4.73" +version = "0.4.74" source = { editable = "litellm-proxy-extras" } [[package]]