bump: version 1.74.7 → 1.74.8

This commit is contained in:
Krrish Dholakia 2025-07-22 08:53:55 -07:00
parent c65392cf81
commit e683a41993

View File

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