diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 9698e7912d..9f37b52d94 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 a397c10ce6..f63770105d 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 dbf4d85f53..f3eaf6ca88 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]]