bump: version 1.41.25 → 1.41.26

This commit is contained in:
Ishaan Jaff 2024-07-20 18:20:54 -07:00
parent cf8ec4a888
commit 8eb839863d
4 changed files with 2 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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