bump: version 1.74.7 → 1.74.8

This commit is contained in:
Ishaan Jaff 2025-07-21 18:29:34 -07:00
parent 83463e3ea5
commit c91712e579

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"
]