Skip to content

Commit 21c6374

Browse files
chore(deps): mypy 1.18.1 has a regression, pin to 1.17
1 parent 388bd0c commit 21c6374

File tree

3 files changed

+64
-70
lines changed

3 files changed

+64
-70
lines changed

pyproject.toml

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

requirements-dev.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ asttokens==3.0.1
1111
# via inline-snapshot
1212
backports-asyncio-runner==1.2.0 ; python_full_version < '3.11'
1313
# via pytest-asyncio
14-
boto3-stubs==1.41.4
15-
botocore-stubs==1.41.4
14+
boto3-stubs==1.41.5
15+
botocore-stubs==1.41.6
1616
# via boto3-stubs
1717
certifi==2025.11.12
1818
# via
@@ -63,7 +63,7 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.10'
6363
# via rich
6464
mdurl==0.1.2
6565
# via markdown-it-py
66-
mypy==1.18.2
66+
mypy==1.17.0
6767
mypy-extensions==1.1.0
6868
# via mypy
6969
nodeenv==1.9.1
@@ -74,7 +74,7 @@ pathspec==0.12.1
7474
# via mypy
7575
pluggy==1.6.0
7676
# via pytest
77-
pydantic==2.12.4
77+
pydantic==2.12.5
7878
# via anthropic
7979
pydantic-core==2.41.5
8080
# via pydantic
@@ -115,7 +115,7 @@ tomli==2.3.0 ; python_full_version < '3.11'
115115
# inline-snapshot
116116
# mypy
117117
# pytest
118-
types-awscrt==0.29.0
118+
types-awscrt==0.29.1
119119
# via botocore-stubs
120120
types-s3transfer==0.15.0
121121
# via boto3-stubs

0 commit comments

Comments
 (0)