Fix the typing issue with mypy

This commit is contained in:
Roman Mogylatov 2024-06-04 23:47:35 -04:00
parent 1d7bb96e4c
commit 8e1e62064e

View File

@ -78,6 +78,7 @@ commands=
[testenv:mypy] [testenv:mypy]
deps= deps=
typing_extensions typing_extensions
pydantic<2
mypy mypy
commands= commands=
mypy tests/typing mypy tests/typing