bump: version 1.77.2 → 1.77.3

This commit is contained in:
Ishaan Jaffer 2025-09-20 11:52:32 -07:00
parent aa992fb86f
commit 24867cf973

View File

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