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