diff --git a/python/requirements.txt b/python/requirements.txt index 30fa38398..47db54c2a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,7 +8,7 @@ aiohttp>=3.7 aioredis < 2 aiosignal -click >= 7.0 +click >= 7.0, <= 8.0.4 cloudpickle filelock frozenlist diff --git a/python/setup.py b/python/setup.py index d56cbacc5..6f416fc43 100644 --- a/python/setup.py +++ b/python/setup.py @@ -265,7 +265,7 @@ if setup_spec.type == SetupType.RAY: if setup_spec.type == SetupType.RAY: setup_spec.install_requires = [ "attrs", - "click >= 7.0", + "click >= 7.0, <= 8.0.4", "dataclasses; python_version < '3.7'", "filelock", "grpcio >= 1.28.1, <= 1.43.0",