Merge pull request #25578 from BerriAI/yj_apr11_bump

bump: version 1.83.6 → 1.83.7
This commit is contained in:
yuneng-jiang 2026-04-11 17:09:31 -07:00 committed by GitHub
commit 2c786ca2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.83.6"
version = "1.83.7"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -181,7 +181,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.83.6"
version = "1.83.7"
version_files = [
"pyproject.toml:^version"
]