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

(cherry picked from commit ca8e947)
  • Loading branch information
decko authored and mdellweg committed Jul 7, 2023
1 parent cd867a7 commit cfbbcc7
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Narrow down click version given a breaking change on 8.1.4.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
python_requires=">=3.6",
install_requires=[
"pulp-glue==0.20.1.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 cfbbcc7

Please sign in to comment.