From 86fbe90f459ec527a1ca408895d48a523a125185 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Tue, 30 Jun 2026 13:20:57 -0700 Subject: [PATCH 1/3] =?UTF-8?q?bump:=20version=201.91.0=20=E2=86=92=201.92?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ad96c4936b..63afd87f455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.91.0" +version = "1.92.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -274,7 +274,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.91.0" +version = "1.92.0" version_files = [ "pyproject.toml:^version", ] From c736ec52859f650c1b20a6f7772a78a02ce842d5 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Tue, 30 Jun 2026 13:21:13 -0700 Subject: [PATCH 2/3] =?UTF-8?q?bump:=20version=200.1.44=20=E2=86=92=200.1.?= =?UTF-8?q?45?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enterprise/pyproject.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 66f6aeb7abc..f2ad04510a8 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.44" +version = "0.1.45" description = "Package for LiteLLM Enterprise features" readme = "README.md" requires-python = ">=3.9" @@ -26,7 +26,7 @@ required-version = ">=0.10.9" module-root = "" [tool.commitizen] -version = "0.1.44" +version = "0.1.45" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/pyproject.toml b/pyproject.toml index 63afd87f455..5165859b1b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ proxy = [ "azure-storage-blob>=12.28.0,<13.0", "mcp>=1.26.0,<2.0", "litellm-proxy-extras==0.4.74", - "litellm-enterprise==0.1.44", + "litellm-enterprise==0.1.45", "RestrictedPython>=8.1,<9.0", "rich>=13.9.4,<14.0", "polars>=1.38.1,<2.0", From aaa58a72f763b5ce1462418013d14b9b24528d52 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Tue, 30 Jun 2026 13:21:49 -0700 Subject: [PATCH 3/3] chore: rebuild uv lock for version bumps --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index f76be69505f..768a2176d53 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-06-23T00:31:52.495979Z" +exclude-newer = "2026-06-27T20:21:25.609736Z" exclude-newer-span = "P3D" [manifest] @@ -3274,7 +3274,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.91.0" +version = "1.92.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -3639,7 +3639,7 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.44" +version = "0.1.45" source = { editable = "enterprise" } [[package]]