From 2040af8974d9aee4a2eb01160e1fac4d2931e05e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 May 2024 13:00:37 -0700 Subject: [PATCH] Pin minimum mypy version, refs #491 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ad17a8..a644d7b 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( "numpy", "pytest-httpx", "cogapp", - "mypy", + "mypy>=1.10.0", "black>=24.1.0", "ruff", "types-click",