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 c83498f commit 3408487Copy full SHA for 3408487
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.60.7"
+version = "1.60.8"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -96,7 +96,7 @@ requires = ["poetry-core", "wheel"]
96
build-backend = "poetry.core.masonry.api"
97
98
[tool.commitizen]
99
100
version_files = [
101
"pyproject.toml:^version"
102
]
0 commit comments