From 72b8b47ee8c3f35ce367f243c84e918695bed0e9 Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Tue, 25 Aug 2026 19:44:45 -0700 Subject: [PATCH] bump: litellm-enterprise 0.1.59 -> 0.1.60, litellm 1.99.0 -> 1.100.0 (#38243) --- enterprise/pyproject.toml | 4 ++-- pyproject.toml | 6 +++--- uv.lock | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index ccfe7eda5e2..b7a62e52cf9 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.59" +version = "0.1.60" 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.59" +version = "0.1.60" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/pyproject.toml b/pyproject.toml index fca5c7da1e2..37b00373f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.99.0" +version = "1.100.0" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.15" @@ -68,7 +68,7 @@ proxy = [ "azure-storage-blob>=12.28.0,<13.0", "mcp>=1.28.1,<2.0", "litellm-proxy-extras==0.4.89", - "litellm-enterprise==0.1.59", + "litellm-enterprise==0.1.60", "RestrictedPython>=8.1,<9.0", "rich>=13.9.4,<14.0", "InquirerPy>=0.3.4,<1.0", @@ -310,7 +310,7 @@ members = ["enterprise", "litellm-proxy-extras"] profile = "black" [tool.commitizen] -version = "1.99.0" +version = "1.100.0" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 628483c0117..eeb1ced69e2 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-08-19T15:53:37.294198Z" +exclude-newer = "2026-08-23T02:27:57.028643Z" exclude-newer-span = "P3D" [manifest] @@ -4266,7 +4266,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.99.0" +version = "1.100.0" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -4661,7 +4661,7 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.59" +version = "0.1.60" source = { editable = "enterprise" } [[package]]