bump litellm enterprise version

This commit is contained in:
Ishaan Jaff 2025-07-19 10:12:33 -07:00
parent 06574a72b5
commit 96f7eb6f78
6 changed files with 331 additions and 52 deletions

Binary file not shown.

Binary file not shown.

View File

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

375
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@ redisvl = {version = "^0.4.1", optional = true, markers = "python_version >= '3.
mcp = {version = "1.10.0", optional = true, python = ">=3.10"}
litellm-proxy-extras = {version = "0.2.11", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.14", optional = true}
litellm-enterprise = {version = "0.1.15", optional = true}
diskcache = {version = "^5.6.1", optional = true}
[tool.poetry.extras]

View File

@ -57,4 +57,4 @@ websockets==13.1.0 # for realtime API
########################
# LITELLM ENTERPRISE DEPENDENCIES
########################
litellm-enterprise==0.1.14
litellm-enterprise==0.1.15