We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420fdfd commit 2cc3778Copy full SHA for 2cc3778
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.81.4"
+version = "1.81.5"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -174,7 +174,7 @@ requires = ["poetry-core", "wheel"]
174
build-backend = "poetry.core.masonry.api"
175
176
[tool.commitizen]
177
178
version_files = [
179
"pyproject.toml:^version"
180
]
0 commit comments