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:
Zanie 2023-07-12 09:07:06 -05:00 committed by GitHub
parent 5b156dca7f
commit 2c49a151d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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