Skip to content

Commit b2fc095

Browse files
committed
Work around orjson breakage
1 parent a198d35 commit b2fc095

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ optional-dependencies.dev = [
6666
"interrogate==1.7.0",
6767
"mypy[faster-cache]==1.14.1",
6868
"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",
6972
"pre-commit==4.0.1",
7073
"pydocstyle==6.3",
7174
"pyenchant==3.3.0rc1",

0 commit comments

Comments
 (0)