diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 7992b14948..cfbbe1f494 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.38" +version = "0.1.39" 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.38" +version = "0.1.39" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index a55e2a48a7..41c78296fb 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.68" +version = "0.4.69" 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.68" +version = "0.4.69" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-proxy-extras==", diff --git a/pyproject.toml b/pyproject.toml index 44f6c6b3ca..a15fa5a06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.83.13" +version = "1.83.14" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -52,8 +52,8 @@ proxy = [ "azure-identity==1.25.2", "azure-storage-blob==12.28.0", "mcp==1.26.0", - "litellm-proxy-extras==0.4.68", - "litellm-enterprise==0.1.38", + "litellm-proxy-extras==0.4.69", + "litellm-enterprise==0.1.39", "RestrictedPython==8.1", "rich==13.9.4", "polars==1.38.1", @@ -236,7 +236,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.83.13" +version = "1.83.14" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 742924f368..53f032cfba 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-04-21T00:37:06.912723792Z" +exclude-newer = "2026-04-23T02:32:27.506663Z" exclude-newer-span = "P3D" [manifest] @@ -3085,7 +3085,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.83.13" +version = "1.83.14" source = { editable = "." } dependencies = [ { name = "aiohttp" }, @@ -3413,12 +3413,12 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.38" +version = "0.1.39" source = { editable = "enterprise" } [[package]] name = "litellm-proxy-extras" -version = "0.4.68" +version = "0.4.69" source = { editable = "litellm-proxy-extras" } [[package]]