Merge pull request #25316 from BerriAI/litellm_yj_apr7

[Infra] Bump version 1.83.4 → 1.83.5
This commit is contained in:
shin-berri 2026-04-07 18:53:11 -07:00 committed by GitHub
commit 62757ff48f
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.4"
version = "1.83.5"
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.4"
version = "1.83.5"
version_files = [
"pyproject.toml:^version"
]