Skip to content

Commit

Permalink
Merge pull request #1216 from VWS-Python/orjson-3.10.15-workaround
Browse files Browse the repository at this point in the history
Work around orjson breakage
  • Loading branch information
adamtheturtle authored Jan 18, 2025
2 parents cd53d31 + 673bbbb commit 5b90119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ optional-dependencies.dev = [
"interrogate==1.7.0",
"mypy[faster-cache]==1.14.1",
"mypy-strict-kwargs==2024.12.25",
# Dependency of mypy[faster-cache].
# Versioned here to work around https://github.com/ijl/orjson/issues/548
"orjson==3.10.14",
"pre-commit==4.0.1",
"pylint==3.3.3",
"pyproject-fmt==2.5.0",
Expand Down

0 comments on commit 5b90119

Please sign in to comment.