bump: litellm proxy extras

This commit is contained in:
Ishaan Jaff 2025-05-19 15:40:24 -07:00
parent 3b6c6d05dd
commit 7075168939
6 changed files with 7 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-enterprise"
version = "0.1.4"
version = "0.1.5"
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.4"
version = "0.1.5"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-enterprise==",

6
poetry.lock generated
View File

@ -1772,14 +1772,14 @@ referencing = ">=0.31.0"
[[package]]
name = "litellm-enterprise"
version = "0.1.4"
version = "0.1.5"
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.4.tar.gz", hash = "sha256:a07d027565793c0dd3ba7941204e28352d997ee8fcc6a612da083668066c70af"},
{file = "litellm_enterprise-0.1.5.tar.gz", hash = "sha256:11ed04d804dcf9b88ab764711b1f073a6a94c95b2b9936c498441308b69ca5da"},
]
[[package]]
@ -4935,4 +4935,4 @@ utils = ["numpydoc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.8.1,<4.0, !=3.9.7"
content-hash = "2ee503465b2a777af30cff9bc869bc0e2eade15fc19983260ae1b864ea8cabf7"
content-hash = "4c385d4e27013d9cacf9573f5532c5e13d22fc27af6344e87ba2417340c9be93"

View File

@ -58,7 +58,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.21", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.4", optional = true}
litellm-enterprise = {version = "0.1.5", optional = true}
[tool.poetry.extras]
proxy = [

View File

@ -56,4 +56,4 @@ websockets==13.1.0 # for realtime API
########################
# LITELLM ENTERPRISE DEPENDENCIES
########################
litellm-enterprise==0.1.4
litellm-enterprise==0.1.5