Skip to content

Commit

Permalink
fix: Relax click python requirement to >=7 (#2450)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pereira de Vasconcelos <[email protected]>
  • Loading branch information
tpvasconcelos authored Mar 25, 2022
1 parent 4cbf97b commit f202f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
REQUIRES_PYTHON = ">=3.7.0"

REQUIRED = [
"Click>=7.*",
"click>=7.0.0",
"colorama>=0.3.9",
"dill==0.3.*",
"fastavro>=1.1.0",
Expand Down

0 comments on commit f202f92

Please sign in to comment.