diff --git a/enterprise/dist/litellm_enterprise-0.1.13-py3-none-any.whl b/enterprise/dist/litellm_enterprise-0.1.13-py3-none-any.whl new file mode 100644 index 0000000000..e9f350030b Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.13-py3-none-any.whl differ diff --git a/enterprise/dist/litellm_enterprise-0.1.13.tar.gz b/enterprise/dist/litellm_enterprise-0.1.13.tar.gz new file mode 100644 index 0000000000..bde63337ab Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.13.tar.gz differ diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index 61370c36b5..8764624adb 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-enterprise" -version = "0.1.12" +version = "0.1.13" 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.12" +version = "0.1.13" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-enterprise==", diff --git a/poetry.lock b/poetry.lock index 6c5f1ac2e9..dc4ef0fcbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1833,14 +1833,14 @@ openai = ["openai (>=0.27.8)"] [[package]] name = "litellm-enterprise" -version = "0.1.12" +version = "0.1.13" 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.12.tar.gz", hash = "sha256:b14a9e8bedc382950561d9a1f0c7efc11f4d2392164820dc48aba65d9cd77c83"}, + {file = "litellm_enterprise-0.1.13.tar.gz", hash = "sha256:42c1c690b62251d7b50b049aac3e485ecf303bdc55bd1e2f8e2924e82bb44ac8"}, ] [[package]] @@ -4992,4 +4992,4 @@ utils = ["numpydoc"] [metadata] lock-version = "2.1" python-versions = ">=3.8.1,<4.0, !=3.9.7" -content-hash = "37ba4e31cb216af797dac59401255e8f653db717e3fbe438f331983900abec45" +content-hash = "75c4a45aee2e0c9b75f85ff562d61c18c8a80312fdfd3371eb8ad5ec1fcd04bf" diff --git a/pyproject.toml b/pyproject.toml index 80bed2b422..d03e4b0077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,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.2.10", optional = true} rich = {version = "13.7.1", optional = true} -litellm-enterprise = {version = "0.1.12", optional = true} +litellm-enterprise = {version = "0.1.13", optional = true} diskcache = {version = "^5.6.1", optional = true} [tool.poetry.extras] diff --git a/requirements.txt b/requirements.txt index 6d8f2745ac..2eca8df558 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,4 +57,4 @@ websockets==13.1.0 # for realtime API ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.12 +litellm-enterprise==0.1.13