Skip to content

Commit 93e9bf6

Browse files
authored
Merge pull request explosion#9873 from danieldk/temporarily-pin-mypy
Pin mypy to 0.910 until there is a compatible pydantic version
2 parents 94fbd88 + b08f1ac commit 93e9bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pytest-timeout>=1.3.0,<2.0.0
3131
mock>=2.0.0,<3.0.0
3232
flake8>=3.8.0,<3.10.0
3333
hypothesis>=3.27.0,<7.0.0
34-
mypy>=0.910
34+
mypy==0.910
3535
types-dataclasses>=0.1.3; python_version < "3.7"
3636
types-mock>=0.1.1
3737
types-requests

0 commit comments

Comments
 (0)