Skip to content

Commit 5f56dc8

Browse files
committed
Fix the typing issue with mypy
1 parent 58db04a commit 5f56dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
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)