File tree Expand file tree Collapse file tree 3 files changed +64
-70
lines changed
Expand file tree Collapse file tree 3 files changed +64
-70
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ conflicts = [
5959# version pins are in uv.lock
6060dev = [
6161 " pyright==1.1.399" ,
62- " mypy" ,
62+ " mypy==1.17 " ,
6363 " respx" ,
6464 " pytest" ,
6565 " pytest-asyncio" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ asttokens==3.0.1
1111 # via inline-snapshot
1212backports-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
1717certifi==2025.11.12
1818 # via
@@ -63,7 +63,7 @@ markdown-it-py==4.0.0 ; python_full_version >= '3.10'
6363 # via rich
6464mdurl==0.1.2
6565 # via markdown-it-py
66- mypy==1.18.2
66+ mypy==1.17.0
6767mypy-extensions==1.1.0
6868 # via mypy
6969nodeenv==1.9.1
@@ -74,7 +74,7 @@ pathspec==0.12.1
7474 # via mypy
7575pluggy==1.6.0
7676 # via pytest
77- pydantic==2.12.4
77+ pydantic==2.12.5
7878 # via anthropic
7979pydantic-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
120120types-s3transfer==0.15.0
121121 # via boto3-stubs
You can’t perform that action at this time.
0 commit comments