add litellm proxy extras

This commit is contained in:
Ishaan Jaff 2025-07-07 21:13:45 -07:00
parent 5cad0dd94b
commit 312d3602a7
6 changed files with 12 additions and 13 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-proxy-extras"
version = "0.2.6"
version = "0.2.7"
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.2.6"
version = "0.2.7"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-proxy-extras==",

17
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@ -1121,7 +1121,7 @@ google-auth = ">=2.14.1,<3.0.0"
googleapis-common-protos = ">=1.56.2,<2.0.0"
grpcio = [
{version = ">=1.49.1,<2.0.0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
{version = ">=1.33.2,<2.0.0", optional = true, markers = "extra == \"grpc\""},
{version = ">=1.33.2,<2.0.0", optional = true, markers = "python_version < \"3.11\" and extra == \"grpc\""},
]
grpcio-status = [
{version = ">=1.49.1,<2.0.0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
@ -1845,15 +1845,14 @@ files = [
[[package]]
name = "litellm-proxy-extras"
version = "0.2.6"
version = "0.2.7"
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.2.6-py3-none-any.whl", hash = "sha256:ed5560f97f9bef69464ab3c1d54c90dc7e210c7ad3c05d1f3beb04e326764878"},
{file = "litellm_proxy_extras-0.2.6.tar.gz", hash = "sha256:ef10577433d1c862bcbe54d28ace65111c8474fb7618d6f25f8e66ddb8ae4a32"},
{file = "litellm_proxy_extras-0.2.7.tar.gz", hash = "sha256:0b7b5405a8b0f1b663d9ee5c09928ff9adc2648a377dadbbe24586ed43c89d20"},
]
[[package]]
@ -2038,8 +2037,8 @@ files = [
[package.dependencies]
numpy = [
{version = ">=1.23.3", markers = "python_version >= \"3.11\""},
{version = ">=1.21.2", markers = "python_version == \"3.10\""},
{version = ">1.20", markers = "python_version < \"3.10\""},
{version = ">1.20"},
{version = ">=1.21.2", markers = "python_version >= \"3.10\""},
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
]
@ -2280,7 +2279,7 @@ description = "Fundamental package for array computing in Python"
optional = true
python-versions = ">=3.9"
groups = ["main"]
markers = "(python_version == \"3.11\" or python_version == \"3.10\" or python_version == \"3.9\") and extra == \"extra-proxy\""
markers = "python_version >= \"3.9\" and extra == \"extra-proxy\" and python_version < \"3.12\""
files = [
{file = "numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0"},
{file = "numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a"},
@ -4993,4 +4992,4 @@ utils = ["numpydoc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.8.1,<4.0, !=3.9.7"
content-hash = "a74cd4e7e69b7eb25b8fca5223b6a3d1456b29fd159ae1ccfb28f99fdc210a41"
content-hash = "a26990b2930d6c398f8f25b56fdb239fb749033bc0fd6fba3d9c2bf2fed2960e"

View File

@ -56,7 +56,7 @@ websockets = {version = "^13.1.0", optional = true}
boto3 = {version = "1.34.34", optional = true}
redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.9' and python_version < '3.14'"}
mcp = {version = "1.10.0", optional = true, python = ">=3.10"}
litellm-proxy-extras = {version = "0.2.6", optional = true}
litellm-proxy-extras = {version = "0.2.7", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.11", optional = true}
diskcache = {version = "^5.6.1", optional = true}

View File

@ -38,7 +38,7 @@ sentry_sdk==2.21.0 # for sentry error handling
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
cryptography==43.0.1
tzdata==2025.1 # IANA time zone database
litellm-proxy-extras==0.2.6 # for proxy extras - e.g. prisma migrations
litellm-proxy-extras==0.2.7 # for proxy extras - e.g. prisma migrations
### LITELLM PACKAGE DEPENDENCIES
python-dotenv==1.0.0 # for env
tiktoken==0.8.0 # for calculating usage