Skip to content

Commit 648012f

Browse files
committed
📌 Pin Click to < 8.2 while compatibility is fixed
1 parent d0a0b77 commit 648012f

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)