diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdecb2d..db3ee63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -92,6 +92,7 @@ repos: - id: mypy args: [--config-file=pyproject.toml] additional_dependencies: + - orjson # Ref: https://github.com/python/mypy/blob/v1.13.0/CHANGELOG.md#improved-performance - httpx>=0.27 - pytest>=8.2 - respx>=0.21