Skip to content

Commit

Permalink
Pin CI version of click to resolve mypy error (#2769)
Browse files Browse the repository at this point in the history
* Add upper bound to click version to fix mypy error

* Move pin to `requirements.txt`

* Restore `pyproject.toml`
  • Loading branch information
zanieb authored Jul 12, 2023
1 parent 5b156dc commit 2c49a15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ trio==0.22.0
trio-typing==0.8.0
trustme==1.0.0
uvicorn==0.22.0

# The latest click fails type checks due to bug
# https:/pallets/click/issues/2558
click==8.1.3

0 comments on commit 2c49a15

Please sign in to comment.