diff --git a/CHANGES/715.bugfix b/CHANGES/715.bugfix new file mode 100644 index 000000000..864af44a7 --- /dev/null +++ b/CHANGES/715.bugfix @@ -0,0 +1 @@ +Narrow down click version given a breaking change on 8.1.4. diff --git a/setup.py b/setup.py index 6f95930f1..fcb166f6d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ python_requires=">=3.6", install_requires=[ "pulp-glue==0.21.0.dev", - "click>=8.0.0,<9.0.0", + "click>=8.0.0,<8.1.4", "PyYAML~=5.3", "schema>=0.7.5,<0.8", "toml>=0.10.2,<0.11",