build: new pypi build

This commit is contained in:
Krrish Dholakia
2025-08-21 23:47:45 -07:00
parent 59e43595b9
commit fc62f75e04
2 changed files with 1037 additions and 136 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.75.9"
version = "1.75.10"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -155,7 +155,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.75.9"
version = "1.75.10"
version_files = [
"pyproject.toml:^version"
]