diff --git a/enterprise/dist/litellm_enterprise-0.1.23-py3-none-any.whl b/enterprise/dist/litellm_enterprise-0.1.23-py3-none-any.whl new file mode 100644 index 00000000000..c061e793bc2 Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.23-py3-none-any.whl differ diff --git a/enterprise/dist/litellm_enterprise-0.1.23.tar.gz b/enterprise/dist/litellm_enterprise-0.1.23.tar.gz new file mode 100644 index 00000000000..b84c2ba0f21 Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.23.tar.gz differ diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 2c1fa9945bb..2305a5e635c 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-enterprise" -version = "0.1.22" +version = "0.1.23" description = "Package for LiteLLM Enterprise features" authors = ["BerriAI"] readme = "README.md" @@ -22,7 +22,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "0.1.22" +version = "0.1.23" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-enterprise==", diff --git a/pyproject.toml b/pyproject.toml index 81e31a5ea81..cb2003dab2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3. mcp = {version = "^1.21.2", optional = true, python = ">=3.10"} litellm-proxy-extras = {version = "0.4.9", optional = true} rich = {version = "13.7.1", optional = true} -litellm-enterprise = {version = "0.1.22", optional = true} +litellm-enterprise = {version = "0.1.23", optional = true} diskcache = {version = "^5.6.1", optional = true} polars = {version = "^1.31.0", optional = true, python = ">=3.10"} semantic-router = {version = ">=0.1.12", optional = true, python = ">=3.9,<3.14"} diff --git a/requirements.txt b/requirements.txt index b61428588d7..7c9d10481a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,4 +64,4 @@ soundfile==0.12.1 # for audio file processing ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.22 +litellm-enterprise==0.1.23