Skip to content

Commit fb5c067

Browse files
committed
Allow click 8.3.x series, excluding 8.3.0
Click 8.3.0 broke spin because Sentinel objects are now passed instead of defaults in some instances: pallets/click#3065 8.3.1 will include two workarounds: pallets/click#3065 (comment) I suspect pallets/click#3068 will address our problem.
1 parent 183a2d4 commit fb5c067

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
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3 :: Only",
2525
]
2626
dependencies = [
27-
"click>=8,<8.3",
27+
"click>=8,!=8.3.0,<8.4",
2828
"tomli; python_version < '3.11'",
2929
"colorama; platform_system == 'Windows'",
3030
"importlib_metadata >= 7"

0 commit comments

Comments
 (0)