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 a198d35 commit b2fc095Copy full SHA for b2fc095
pyproject.toml
@@ -66,6 +66,9 @@ optional-dependencies.dev = [
66
"interrogate==1.7.0",
67
"mypy[faster-cache]==1.14.1",
68
"mypy-strict-kwargs==2024.12.25",
69
+ # Dependency of mypy[faster-cache].
70
+ # Versioned here to work around https://github.com/ijl/orjson/issues/548
71
+ "orjson==3.10.14",
72
"pre-commit==4.0.1",
73
"pydocstyle==6.3",
74
"pyenchant==3.3.0rc1",
0 commit comments