From c931ea49a5508491f5f3b03692071aa34f447eb5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Wed, 24 Dec 2025 00:33:01 +0100 Subject: [PATCH] chore:limit mypy when build compiled wheels --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3b3b350..c0612bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ enable-by-default = false require-runtime-dependencies = true dependencies = [ "hatch-mypyc>=0.13.0", - "mypy", + "mypy<1.19.0", "mypy_extensions >=0.4.2", "pydantic!=2.10.0", # typing error in v2.10 prevents mypyc from working "types-attrs",