bump litellm enterprise pkg

This commit is contained in:
Ishaan Jaff
2025-07-12 18:31:52 -07:00
parent 2770e5b53e
commit 08ce596c55
6 changed files with 7 additions and 7 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-enterprise"
version = "0.1.12"
version = "0.1.13"
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.12"
version = "0.1.13"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-enterprise==",
Generated
+3 -3
View File
@@ -1833,14 +1833,14 @@ openai = ["openai (>=0.27.8)"]
[[package]]
name = "litellm-enterprise"
version = "0.1.12"
version = "0.1.13"
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.12.tar.gz", hash = "sha256:b14a9e8bedc382950561d9a1f0c7efc11f4d2392164820dc48aba65d9cd77c83"},
{file = "litellm_enterprise-0.1.13.tar.gz", hash = "sha256:42c1c690b62251d7b50b049aac3e485ecf303bdc55bd1e2f8e2924e82bb44ac8"},
]
[[package]]
@@ -4992,4 +4992,4 @@ utils = ["numpydoc"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.8.1,<4.0, !=3.9.7"
content-hash = "37ba4e31cb216af797dac59401255e8f653db717e3fbe438f331983900abec45"
content-hash = "75c4a45aee2e0c9b75f85ff562d61c18c8a80312fdfd3371eb8ad5ec1fcd04bf"
+1 -1
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.10", optional = true}
rich = {version = "13.7.1", optional = true}
litellm-enterprise = {version = "0.1.12", optional = true}
litellm-enterprise = {version = "0.1.13", optional = true}
diskcache = {version = "^5.6.1", optional = true}
[tool.poetry.extras]
+1 -1
View File
@@ -57,4 +57,4 @@ websockets==13.1.0 # for realtime API
########################
# LITELLM ENTERPRISE DEPENDENCIES
########################
litellm-enterprise==0.1.12
litellm-enterprise==0.1.13