bump: version 1.75.2 → 1.75.3

This commit is contained in:
Ishaan Jaff
2025-08-07 21:32:44 -07:00
parent 6b2ad4dc0f
commit aefa71a300
3 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.75.2"
version = "1.75.3"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -154,7 +154,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.75.2"
version = "1.75.3"
version_files = [
"pyproject.toml:^version"
]