diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 569f8c3904..931bdc3faa 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -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",