We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mypy
1.17.0
1 parent 635ea1b commit 28fa691Copy full SHA for 28fa691
2 files changed
pyproject.toml
@@ -46,13 +46,13 @@
46
{ include-group = "test_runtime" },
47
{ include-group = "test_numpy" },
48
"lefthook==1.11.14",
49
- "orjson>=3.10.18; python_version<'3.14'", # used by mypy
+ "orjson>=3.11.0; python_version<'3.14'", # used by mypy
50
]
51
lint = [
52
"ruff==0.12.1",
53
54
mypy = [
55
- "mypy==1.16.1",
+ "mypy==1.17.0",
56
57
test_runtime = [
58
"pytest==8.4.1",
0 commit comments