chore(ci): bump version (#29242)

* bump: version 1.87.0 → 1.88.0

* uv lock
This commit is contained in:
yuneng-jiang 2026-05-28 18:49:04 -07:00 committed by GitHub
parent 6b23d32ea0
commit ffc113b428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.87.0"
version = "1.88.0"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -257,7 +257,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.87.0"
version = "1.88.0"
version_files = [
"pyproject.toml:^version",
]

4
uv.lock generated
View file

@ -9,7 +9,7 @@ resolution-markers = [
]
[options]
exclude-newer = "2026-05-25T20:42:18.420988002Z"
exclude-newer = "2026-05-26T01:39:13.630743Z"
exclude-newer-span = "P3D"
[manifest]
@ -3264,7 +3264,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.87.0"
version = "1.88.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },