bump: version 1.74.3 → 1.74.4

This commit is contained in:
Ishaan Jaff 2025-07-14 20:06:50 -07:00
parent 57b0b4edf3
commit a91e115f9a

View File

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