diff --git a/enterprise/dist/litellm_enterprise-0.1.22-py3-none-any.whl b/enterprise/dist/litellm_enterprise-0.1.22-py3-none-any.whl new file mode 100644 index 0000000000..6ad5b7041c Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.22-py3-none-any.whl differ diff --git a/enterprise/dist/litellm_enterprise-0.1.22.tar.gz b/enterprise/dist/litellm_enterprise-0.1.22.tar.gz new file mode 100644 index 0000000000..9db2c14b12 Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.22.tar.gz differ diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index aec888ddc9..2c1fa9945b 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-enterprise" -version = "0.1.21" +version = "0.1.22" 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.21" +version = "0.1.22" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-enterprise==", diff --git a/poetry.lock b/poetry.lock index 32460b91c9..ac08b35e45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2748,15 +2748,15 @@ openai = ["openai (>=0.27.8)"] [[package]] name = "litellm-enterprise" -version = "0.1.21" +version = "0.1.22" description = "Package for LiteLLM Enterprise features" optional = true python-versions = "!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,>=3.8" groups = ["main"] markers = "extra == \"proxy\"" files = [ - {file = "litellm_enterprise-0.1.21-py3-none-any.whl", hash = "sha256:382cf030650a6318155f4b03e0149245706e429345906cde04cb31905eae8398"}, - {file = "litellm_enterprise-0.1.21.tar.gz", hash = "sha256:2e9d9603ecbbced887d5028afd73663c4db7159a0a213f2e69844e8f9e7692b5"}, + {file = "litellm_enterprise-0.1.22-py3-none-any.whl", hash = "sha256:9059e7f02090ab79145b6d59ac66057a465db48e1e99efa557d81e82975beccf"}, + {file = "litellm_enterprise-0.1.22.tar.gz", hash = "sha256:55bac0a92cbe36188f2b0b659b9383d0abede93468f13d346b871821838e9671"}, ] [[package]] @@ -6894,4 +6894,4 @@ utils = ["numpydoc"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "d0a70599d616889d1899b65cb380dd48585c309cf750637857d9acef8dc78d82" +content-hash = "e281ecb2a1cf9960c77fc4d122ab5aea44ec7b6ae5be18bf6c13e8a1ac4f665a" diff --git a/pyproject.toml b/pyproject.toml index d8a3673a04..f80c6f2f1e 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.10.0", optional = true, python = ">=3.10"} litellm-proxy-extras = {version = "0.4.6", optional = true} rich = {version = "13.7.1", optional = true} -litellm-enterprise = {version = "0.1.21", optional = true} +litellm-enterprise = {version = "0.1.22", 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 35ce8e9d03..2f5c582bb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,4 +63,4 @@ soundfile==0.12.1 # for audio file processing ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.21 +litellm-enterprise==0.1.22