chore(deps): bump deps (#29860)

* bump: version 0.4.73 → 0.4.74

* bump: version 1.88.0 → 1.89.0

* uv lock
This commit is contained in:
yuneng-jiang 2026-06-06 14:44:54 -07:00 committed by GitHub
parent 33c363d4d4
commit f1667b9137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "litellm-proxy-extras"
version = "0.4.73"
version = "0.4.74"
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.73"
version = "0.4.74"
version_files = [
"pyproject.toml:^version",
"../pyproject.toml:litellm-proxy-extras==",

View File

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.88.0"
version = "1.89.0"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -62,7 +62,7 @@ proxy = [
"azure-identity>=1.25.2,<2.0",
"azure-storage-blob>=12.28.0,<13.0",
"mcp>=1.26.0,<2.0",
"litellm-proxy-extras==0.4.73",
"litellm-proxy-extras==0.4.74",
"litellm-enterprise==0.1.42",
"RestrictedPython>=8.1,<9.0",
"rich>=13.9.4,<14.0",
@ -260,7 +260,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.88.0"
version = "1.89.0"
version_files = [
"pyproject.toml:^version",
]

6
uv.lock generated
View File

@ -9,7 +9,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-05-28T03:32:27.927695Z"
exclude-newer = "2026-06-03T21:40:52.018333Z"
exclude-newer-span = "P3D"
[manifest]
@ -3276,7 +3276,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.88.0"
version = "1.89.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
@ -3636,7 +3636,7 @@ source = { editable = "enterprise" }
[[package]]
name = "litellm-proxy-extras"
version = "0.4.73"
version = "0.4.74"
source = { editable = "litellm-proxy-extras" }
[[package]]