From 8e1e62064e0195c8b377205c3b8d720552c3a9cc Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 4 Jun 2024 23:47:35 -0400 Subject: [PATCH] Fix the typing issue with mypy --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e5335e99..fadbda68 100644 --- a/tox.ini +++ b/tox.ini @@ -78,6 +78,7 @@ commands= [testenv:mypy] deps= typing_extensions + pydantic<2 mypy commands= mypy tests/typing