Skip to content

Commit 8e1e620

Browse files
committed
Fix the typing issue with mypy
1 parent 1d7bb96 commit 8e1e620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ commands=
7878
[testenv:mypy]
7979
deps=
8080
typing_extensions
81+
pydantic<2
8182
mypy
8283
commands=
8384
mypy tests/typing

0 commit comments

Comments
 (0)