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 087e8c0 commit a9a2c7aCopy full SHA for a9a2c7a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.56.7"
+version = "1.56.8"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -91,7 +91,7 @@ requires = ["poetry-core", "wheel"]
91
build-backend = "poetry.core.masonry.api"
92
93
[tool.commitizen]
94
95
version_files = [
96
"pyproject.toml:^version"
97
]
0 commit comments