From 67798f0823983396bd8f66bfeb4795cb45bb1be9 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 18 Jan 2025 18:56:14 +0000 Subject: [PATCH 1/2] Remove workaround for orjson issue now fixed --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc3d2b27..2771b0e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,9 +66,7 @@ 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", "pydocstyle==6.3", "pyenchant==3.3.0rc1", From 01aab61adcea824403c103ccc6acbf07fdf4030e Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 18 Jan 2025 18:57:54 +0000 Subject: [PATCH 2/2] Remove workaround for orjson issue now fixed --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2771b0e6..3a3fd065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,6 @@ optional-dependencies.dev = [ "interrogate==1.7.0", "mypy[faster-cache]==1.14.1", "mypy-strict-kwargs==2024.12.25", - "pre-commit==4.0.1", "pydocstyle==6.3", "pyenchant==3.3.0rc1",