From cf9b5e4fa75ad5e18d3a803ee0b0d0a792df3534 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Sat, 16 May 2026 18:31:43 -0700 Subject: [PATCH] [Infra] Bump versions (#28094) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump: version 0.1.40 → 0.1.41 * bump: version 1.85.0 → 1.86.0 * add uv lock --- enterprise/pyproject.toml | 4 ++-- pyproject.toml | 6 +++--- uv.lock | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 9698e7912d4..9f37b52d94c 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.40" +version = "0.1.41" 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.40" +version = "0.1.41" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/pyproject.toml b/pyproject.toml index a397c10ce66..f63770105dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.85.0" +version = "1.86.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -57,7 +57,7 @@ proxy = [ "azure-storage-blob==12.28.0", "mcp==1.26.0", "litellm-proxy-extras==0.4.72", - "litellm-enterprise==0.1.40", + "litellm-enterprise==0.1.41", "RestrictedPython==8.1", "rich==13.9.4", "polars==1.38.1", @@ -251,7 +251,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.85.0" +version = "1.86.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index dbf4d85f536..f3eaf6ca88c 100644 --- a/uv.lock +++ b/uv.lock @@ -3189,7 +3189,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.85.0" +version = "1.86.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -3534,7 +3534,7 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.40" +version = "0.1.41" source = { editable = "enterprise" } [[package]]