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 cad2523 commit c2c5291Copy full SHA for c2c5291
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.27.3"
+version = "1.27.4"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"]
74
build-backend = "poetry.core.masonry.api"
75
76
[tool.commitizen]
77
78
version_files = [
79
"pyproject.toml:^version"
80
]
0 commit comments