diff --git a/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14-py3-none-any.whl b/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14-py3-none-any.whl new file mode 100644 index 0000000000..176e902b71 Binary files /dev/null and b/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14-py3-none-any.whl differ diff --git a/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14.tar.gz b/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14.tar.gz new file mode 100644 index 0000000000..c0dd8bed6f Binary files /dev/null and b/litellm-proxy-extras/dist/litellm_proxy_extras-0.4.14.tar.gz differ diff --git a/litellm-proxy-extras/pyproject.toml b/litellm-proxy-extras/pyproject.toml index 4825b025fd..674e112890 100644 --- a/litellm-proxy-extras/pyproject.toml +++ b/litellm-proxy-extras/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm-proxy-extras" -version = "0.4.13" +version = "0.4.14" description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package." authors = ["BerriAI"] readme = "README.md" @@ -22,7 +22,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "0.4.13" +version = "0.4.14" version_files = [ "pyproject.toml:version", "../requirements.txt:litellm-proxy-extras==", diff --git a/poetry.lock b/poetry.lock index f223bed930..5313167def 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiofiles" @@ -3151,15 +3151,15 @@ files = [ [[package]] name = "litellm-proxy-extras" -version = "0.4.12" +version = "0.4.14" description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package." 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_proxy_extras-0.4.12-py3-none-any.whl", hash = "sha256:3ac2b5ba05d60d41bceab8f140cff5cd292220a48a6079fd8f89cb12fd664051"}, - {file = "litellm_proxy_extras-0.4.12.tar.gz", hash = "sha256:2d7eab8c0f0daa27a2cc774b648ed48eb3321f65fb34b270f4580820f75ce3d8"}, + {file = "litellm_proxy_extras-0.4.14-py3-none-any.whl", hash = "sha256:6943e19abb696e080b5a2a01472b99b1d78603ecb9df24604eba428f54440e7d"}, + {file = "litellm_proxy_extras-0.4.14.tar.gz", hash = "sha256:518680192aac39c8c4f96ee0f3a87e2905250d3edaea8e0c4ff54ee598e775b0"}, ] [[package]] @@ -8051,4 +8051,4 @@ utils = ["numpydoc"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "f49fb0cf3f45a2e241ea90a782c9ff783c9754d19f8e8bac69ebd4657f4c812a" +content-hash = "a102d24777f1c438dcf15055abeef385722a9603cb3c3d3643c86190b7534c47" diff --git a/pyproject.toml b/pyproject.toml index cd86b48903..3ac63bc214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ websockets = {version = "^15.0.1", optional = true} boto3 = {version = "1.36.0", optional = true} redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"} mcp = {version = "^1.21.2", optional = true, python = ">=3.10"} -litellm-proxy-extras = {version = "0.4.13", optional = true} +litellm-proxy-extras = {version = "0.4.14", optional = true} rich = {version = "13.7.1", optional = true} litellm-enterprise = {version = "0.1.25", optional = true} diskcache = {version = "^5.6.1", optional = true} diff --git a/requirements.txt b/requirements.txt index 97617ed63a..3e64600fc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ sentry_sdk==2.21.0 # for sentry error handling detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests cryptography==44.0.1 tzdata==2025.1 # IANA time zone database -litellm-proxy-extras==0.4.13 # for proxy extras - e.g. prisma migrations +litellm-proxy-extras==0.4.14 # for proxy extras - e.g. prisma migrations ### LITELLM PACKAGE DEPENDENCIES python-dotenv==1.0.1 # for env tiktoken==0.8.0 # for calculating usage