Skip to content

Commit a8da5b3

Browse files
committed
relax click python requirement to >=7
Signed-off-by: Tomas Pereira de Vasconcelos <[email protected]>
1 parent bce718e commit a8da5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
REQUIRES_PYTHON = ">=3.7.0"
4040

4141
REQUIRED = [
42-
"Click>=7.*",
42+
"click>=7.0.0",
4343
"colorama>=0.3.9",
4444
"dill==0.3.*",
4545
"fastavro>=1.1.0",

0 commit comments

Comments
 (0)