bump litellm-proxy-extras

This commit is contained in:
Ishaan Jaffer
2025-12-13 16:22:26 -08:00
parent d9794f0811
commit 95e818fdc4
6 changed files with 9 additions and 9 deletions
Binary file not shown.
+2 -2
View File
@@ -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==",
Generated
+5 -5
View File
@@ -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"
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -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