bump: version 1.66.2 → 1.66.3

This commit is contained in:
Krrish Dholakia 2025-04-16 22:20:10 -07:00
parent 78c6d73dea
commit ff81f48af3
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

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