Skip to content

Commit

Permalink
Temporarily pin to click < 8.1.4
Browse files Browse the repository at this point in the history
There is a typing issue with click decorators:
pallets/click#2558

[ghstack-poisoned]
  • Loading branch information
amyreese committed Jul 6, 2023
1 parent e7bd7a9 commit 561c638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ docs = [
"sphinx-mdinclude == 0.5.3",
]
dev = [
"click < 8.1.4", # https:/pallets/click/issues/2558
"attribution == 1.6.2",
"black == 23.3.0",
"flake8 == 6.0.0",
Expand Down

0 comments on commit 561c638

Please sign in to comment.