Pin CI version of click to resolve mypy error (#2769)
* Add upper bound to click version to fix mypy error * Move pin to `requirements.txt` * Restore `pyproject.toml`
This commit is contained in:
parent
5b156dca7f
commit
2c49a151d2
@ -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://github.com/pallets/click/issues/2558
|
||||
click==8.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user