Skip to content

Commit 19ac33c

Browse files
committed
chore: pin mypy to 1.17 due to regression
1 parent 1a88ecc commit 19ac33c

File tree

3 files changed

+36
-42
lines changed

3 files changed

+36
-42
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ conflicts = [
5656
# version pins are in uv.lock
5757
dev = [
5858
"pyright==1.1.399",
59-
"mypy",
59+
"mypy==1.17",
6060
"respx",
6161
"pytest",
6262
"pytest-asyncio",

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.10'
4747
# via rich
4848
mdurl==0.1.2
4949
# via markdown-it-py
50-
mypy==1.18.2
50+
mypy==1.17.0
5151
mypy-extensions==1.1.0
5252
# via mypy
5353
nodeenv==1.9.1

0 commit comments

Comments
 (0)