Skip to content

Commit 5dc9a90

Browse files
committed
fix: mypy pin
1 parent f26a2b0 commit 5dc9a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"urllib3==1.*", # TODO: Pinned because vcrpy did a dumb and didn't pin urllib3
1616
"flake8==5.*", # TODO: flake8 v6 requires Python 3.8.1+
1717
"isort==5.*",
18-
"mypy==1.7.*",
18+
"mypy==1.4.*", # TODO: mypy v1.5 requires Python 3.8+
1919
"pdoc==13.*", # TODO: pdoc v14 requires Python 3.8+
2020
"pytest-cov==4.*",
2121
"pytest-vcr==1.*",

0 commit comments

Comments
 (0)