From 721b9cebef001ed7bce70443b9a5b44394ac9964 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 28 Nov 2025 21:23:27 +0000 Subject: [PATCH] build: pin mypy to 1.18.2 mypy depends on librt since 1.19.0 and it fails to build with PyPy 3.10. --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index bc320b879..df5c3c8d3 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -50,7 +50,7 @@ commands = [testenv:mypy] deps = - mypy + mypy==1.18.2 typing types-setuptools types-requests