bump to litellm-enterprise==0.1.12

This commit is contained in:
Ishaan Jaff 2025-07-09 18:35:28 -07:00
parent 6055da09d0
commit a37dacb770
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.11"
version = "0.1.12"
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.11"
version = "0.1.12"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-enterprise==",

6
poetry.lock generated
View File

@ -1833,14 +1833,14 @@ openai = ["openai (>=0.27.8)"]
[[package]]
name = "litellm-enterprise"
version = "0.1.11"
version = "0.1.12"
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.11.tar.gz", hash = "sha256:37aa547116846518700a3911fec51a31703788af32c6842ce6a31da9335d67fe"},
{file = "litellm_enterprise-0.1.12.tar.gz", hash = "sha256:b14a9e8bedc382950561d9a1f0c7efc11f4d2392164820dc48aba65d9cd77c83"},
]
[[package]]
@ -4992,4 +4992,4 @@ utils = ["numpydoc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.8.1,<4.0, !=3.9.7"
content-hash = "2c9c3d5f721baa1f50f53e0afcb715a9774d25805344df877172794307989836"
content-hash = "4d534ca4583435169e6b3966c1e301bc96ca005997a9a40986a5fd0f218c0c84"

View File

@ -58,7 +58,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.8", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.11", optional = true}
litellm-enterprise = {version = "0.1.12", 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.11
litellm-enterprise==0.1.12