bump: version 1.78.8 → 1.78.9

This commit is contained in:
Ishaan Jaffer 2025-10-25 17:11:41 -07:00
parent cd0db19750
commit 3ef6ff8696

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.78.8"
version = "1.78.9"
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.78.8"
version = "1.78.9"
version_files = [
"pyproject.toml:^version"
]