bump pyproject extras

This commit is contained in:
Ishaan Jaffer 2025-11-26 13:10:57 -08:00
parent bb7db67f32
commit 0437be13d3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -3089,15 +3089,15 @@ files = [
[[package]]
name = "litellm-proxy-extras"
version = "0.4.7"
version = "0.4.8"
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.7-py3-none-any.whl", hash = "sha256:0ca3c03155ba9553889a83e6c164986d9f128fb7dc584460f3929b6171ac3fe0"},
{file = "litellm_proxy_extras-0.4.7.tar.gz", hash = "sha256:bd9e646605c13c277472bff727a7d7cade712c6f4ce2a4683d3df818167030fd"},
{file = "litellm_proxy_extras-0.4.8-py3-none-any.whl", hash = "sha256:9ed19b75ce2b40debba54871d74186182ebc161b1c0f7456f68625b78465d3a7"},
{file = "litellm_proxy_extras-0.4.8.tar.gz", hash = "sha256:34c62066ab1b6bfc8cc579c3d3a08f86d4704c65b916fbfd30bdf4eb24c3848a"},
]
[[package]]
@ -8006,4 +8006,4 @@ utils = ["numpydoc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<4.0"
content-hash = "3b6e1c0e9697842545d175e3c9ba5b562635d271fe636b95158de874a1bbb1d5"
content-hash = "f57d8bbcc0048b1595b226362903f5b2ef28c73b0b866584af5d3110e3880b82"

View File

@ -59,7 +59,7 @@ websockets = {version = "^13.1.0", 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.7", optional = true}
litellm-proxy-extras = {version = "0.4.8", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.22", optional = true}
diskcache = {version = "^5.6.1", optional = true}