diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index b00bb2af0d..9698e7912d 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm-enterprise" -version = "0.1.39" +version = "0.1.40" 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.39" +version = "0.1.40" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-enterprise==", diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index 1a5a9b0065..cd569ca08e 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.70" +version = "0.4.71" 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.70" +version = "0.4.71" version_files = [ "pyproject.toml:^version", "../pyproject.toml:litellm-proxy-extras==", diff --git a/pyproject.toml b/pyproject.toml index 48acf8d871..8445a5a60f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.70", - "litellm-enterprise==0.1.39", + "litellm-proxy-extras==0.4.71", + "litellm-enterprise==0.1.40", "RestrictedPython==8.1", "rich==13.9.4", "polars==1.38.1", diff --git a/uv.lock b/uv.lock index dde75bc138..8168b516f2 100644 --- a/uv.lock +++ b/uv.lock @@ -3415,12 +3415,12 @@ proxy-dev = [ [[package]] name = "litellm-enterprise" -version = "0.1.39" +version = "0.1.40" source = { editable = "enterprise" } [[package]] name = "litellm-proxy-extras" -version = "0.4.70" +version = "0.4.71" source = { editable = "litellm-proxy-extras" } [[package]]