Merge pull request #29645 from BerriAI/litellm_unbump_stable_1_87_x

chore: restore stable/1.87.x to 1.87.1 (revert premature 1.87.2 bump)
This commit is contained in:
Mateo Wang 2026-06-03 21:54:19 -07:00 committed by GitHub
commit cc9b99c2e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

2
uv.lock generated
View file

@ -3269,7 +3269,7 @@ wheels = [
[[package]]
name = "litellm"
version = "1.87.2"
version = "1.87.1"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },