Skip to content

Commit

Permalink
chore(deps): cap mypy
Browse files Browse the repository at this point in the history
0.920 has been released, but pydantic.mypy plugin is not compatible

cap mypy until pydantic get updated.

pydantic/pydantic#3175

Change-Id: Idd714099c176a26db873ed4cfc0187f443ddfb2e
  • Loading branch information
sileht committed Dec 16, 2021
1 parent 7e5f214 commit d7d1761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -71,7 +71,7 @@ pep8 =
flake8-rst-docstrings
flake8-use-fstring
isort
mypy>=0.901
mypy>=0.901,<0.920
types-first
types-freezegun
types-pkg_resources
Expand Down

0 comments on commit d7d1761

Please sign in to comment.