diff --git a/enterprise/dist/litellm_enterprise-0.1.2-py3-none-any.whl b/enterprise/dist/litellm_enterprise-0.1.2-py3-none-any.whl new file mode 100644 index 0000000000..1f75e0f1b5 Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.2-py3-none-any.whl differ diff --git a/enterprise/dist/litellm_enterprise-0.1.2.tar.gz b/enterprise/dist/litellm_enterprise-0.1.2.tar.gz new file mode 100644 index 0000000000..b6fa4dd5f7 Binary files /dev/null and b/enterprise/dist/litellm_enterprise-0.1.2.tar.gz differ diff --git a/enterprise/poetry.lock b/enterprise/poetry.lock new file mode 100644 index 0000000000..bb436a168c --- /dev/null +++ b/enterprise/poetry.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +package = [] + +[metadata] +lock-version = "2.1" +python-versions = ">=3.8.1,<4.0, !=3.9.7" +content-hash = "2cf39473e67ff0615f0a61c9d2ac9f02b38cc08cbb1bdb893d89bee002646623" diff --git a/enterprise/pyproject.toml b/enterprise/pyproject.toml index a04accb96c..90ffe222b0 100644 --- a/enterprise/pyproject.toml +++ b/enterprise/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-enterprise" -version = "0.1.1" +version = "0.1.2" 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.18" +version = "0.1.2" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-enterprise==", diff --git a/poetry.lock b/poetry.lock index 8fcc2a545c..a2abc92831 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1737,14 +1737,14 @@ referencing = ">=0.31.0" [[package]] name = "litellm-enterprise" -version = "0.1.1" +version = "0.1.2" 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.1.tar.gz", hash = "sha256:58465200b1ab8e8c3b5e8a4ba08267502ac35dc42bc05e3a388575d02a5219b6"}, + {file = "litellm_enterprise-0.1.2.tar.gz", hash = "sha256:278cfd78d45988c9385d304312f3bb889f04a138a4b44b8c7ca86ff4d6f0ba59"}, ] [[package]] @@ -4712,4 +4712,4 @@ proxy = ["PyJWT", "apscheduler", "backoff", "boto3", "cryptography", "fastapi", [metadata] lock-version = "2.1" python-versions = ">=3.8.1,<4.0, !=3.9.7" -content-hash = "7f931fa75d74670d5e8f1f8d7819e34886a3111032a388f49cc4a6b08abafae7" +content-hash = "f68f232a0ce2bd3b82b536f10d2d7fd8a34dc43a4a4d9c7f8030affa69d90d21" diff --git a/pyproject.toml b/pyproject.toml index f030b07e9b..dfcf8e919b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3. mcp = {version = "1.5.0", optional = true, python = ">=3.10"} litellm-proxy-extras = {version = "0.1.20", optional = true} rich = {version = "13.7.1", optional = true} -litellm-enterprise = {version = "0.1.1", optional = true} +litellm-enterprise = {version = "0.1.2", optional = true} [tool.poetry.extras] proxy = [ diff --git a/requirements.txt b/requirements.txt index 20d6110a35..33ab768350 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,4 +56,4 @@ websockets==13.1.0 # for realtime API ######################## # LITELLM ENTERPRISE DEPENDENCIES ######################## -litellm-enterprise==0.1.1 +litellm-enterprise==0.1.2