bump: version 1.74.8 → 1.74.9

This commit is contained in:
Ishaan Jaff
2025-07-24 21:27:15 -07:00
parent d892e969ab
commit fdb2ebf344
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.74.8"
version = "1.74.9"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -149,7 +149,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.74.8"
version = "1.74.9"
version_files = [
"pyproject.toml:^version"
]