We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc996ba commit 942d098Copy full SHA for 942d098
pyproject.toml
@@ -46,9 +46,9 @@ test = [
46
"pytest-xdist[psutil]==3.8.0",
47
]
48
typing = [
49
- "mypy[faster-cache]==1.17.1; implementation_name == 'cpython'",
+ "mypy[faster-cache]==1.18.2; implementation_name == 'cpython'",
50
# orjson does not compile on PyPy.
51
- "mypy==1.17.1; implementation_name != 'cpython'",
+ "mypy==1.18.2; implementation_name != 'cpython'",
52
"types-colorama==0.4.15.20250801; sys_platform == 'win32'",
53
54
0 commit comments