Merge pull request #20336 from BerriAI/litellm_bump_version_1.81.7

bump litellm 1.81.7
This commit is contained in:
Sameer Kankute 2026-02-03 16:52:12 +05:30 committed by GitHub
commit 070d501ced
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.81.6"
version = "1.81.7"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -174,7 +174,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.81.6"
version = "1.81.7"
version_files = [
"pyproject.toml:^version"
]