Skip to content

Commit 6d900f7

Browse files
committed
requirements: Add version exclusion qualifier for Click on 8.2.2
Click ==8.2.2 causes a regression that affects Buildstream's argument parsing. Currently, one known case is where `--no-strict` is set when not explicitly configured to by the command-line. This change to requirements.in adds a exclusion for Click 8.2.2, but allows any other version higher than Click 7.0.
1 parent 578534c commit 6d900f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Click >= 7.0
1+
Click >= 7.0, != 8.2.2
22
grpcio
33
Jinja2 >= 2.10
44
importlib_metadata >= 3.6; python_version < "3.10"

0 commit comments

Comments
 (0)