Skip to content

Commit

Permalink
Narrow down click version given a breaking change on 8.1.4.
Browse files Browse the repository at this point in the history
Fixes #715
  • Loading branch information
decko authored and ggainey committed Jul 7, 2023
1 parent 8cb9121 commit ca8e947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/715.bugfix
@@ -0,0 +1 @@
Narrow down click version given a breaking change on 8.1.4.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit ca8e947

Please sign in to comment.