Skip to content

Commit 589c045

Browse files
authored
📌 Pin Click to < 8.2, compatibility for Click >= 8.2 will be added in a future version (#1225)
1 parent 38d1873 commit 589c045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"License :: OSI Approved :: MIT License",
3535
]
3636
dependencies = [
37-
"click >= 8.0.0",
37+
"click >= 8.0.0,<8.2",
3838
"typing-extensions >= 3.7.4.3",
3939
]
4040
readme = "README.md"

0 commit comments

Comments
 (0)