From 6a4a00c44745633a61fbbbb5d75f1394081cc7ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Thu, 16 Dec 2021 09:31:45 +0100 Subject: [PATCH] Pin mypy to 0.910 until there is a compatible pydantic version --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 46337389c..524edf69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,3 +28,4 @@ pytest-timeout>=1.3.0,<2.0.0 mock>=2.0.0,<3.0.0 flake8>=3.5.0,<3.6.0 hypothesis>=3.27.0,<7.0.0 +mypy==0.910