[Infra] Bump deps (#27157)

* bump: version 0.4.70 → 0.4.71

* bump: version 0.1.39 → 0.1.40

* uv lock
This commit is contained in:
yuneng-jiang 2026-05-05 15:58:05 -07:00 committed by GitHub
parent 7abafe50fb
commit e84282b7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "litellm-enterprise"
version = "0.1.39"
version = "0.1.40"
description = "Package for LiteLLM Enterprise features"
readme = "README.md"
requires-python = ">=3.9"
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
module-root = ""
[tool.commitizen]
version = "0.1.39"
version = "0.1.40"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-enterprise==",

View File

@ -1,6 +1,6 @@
[project]
name = "litellm-proxy-extras"
version = "0.4.70"
version = "0.4.71"
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
readme = "README.md"
requires-python = ">=3.9"
@ -26,7 +26,7 @@ required-version = ">=0.10.9"
module-root = ""
[tool.commitizen]
version = "0.4.70"
version = "0.4.71"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-proxy-extras==",

View File

@ -52,8 +52,8 @@ proxy = [
"azure-identity==1.25.2",
"azure-storage-blob==12.28.0",
"mcp==1.26.0",
"litellm-proxy-extras==0.4.70",
"litellm-enterprise==0.1.39",
"litellm-proxy-extras==0.4.71",
"litellm-enterprise==0.1.40",
"RestrictedPython==8.1",
"rich==13.9.4",
"polars==1.38.1",

4
uv.lock generated
View File

@ -3415,12 +3415,12 @@ proxy-dev = [
[[package]]
name = "litellm-enterprise"
version = "0.1.39"
version = "0.1.40"
source = { editable = "enterprise" }
[[package]]
name = "litellm-proxy-extras"
version = "0.4.70"
version = "0.4.71"
source = { editable = "litellm-proxy-extras" }
[[package]]