Pin minimum mypy version, refs #491

This commit is contained in:
Simon Willison 2024-05-13 13:00:37 -07:00
parent 0a8fd77b26
commit 2040af8974

View file

@ -55,7 +55,7 @@ setup(
"numpy",
"pytest-httpx",
"cogapp",
"mypy",
"mypy>=1.10.0",
"black>=24.1.0",
"ruff",
"types-click",