From e8845a417d82a4c1264949201c622a724e6a1cef Mon Sep 17 00:00:00 2001 From: svlandeg Date: Wed, 18 Mar 2026 15:13:44 +0100 Subject: [PATCH] remove orjson from test dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 376711c8a1..fa84defb51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,8 +151,6 @@ docs-tests = [ "ruff >=0.14.14", # For UJSONResponse "ujson >=5.8.0", - # For ORJSONResponse - "orjson >=3.9.3", ] github-actions = [ "httpx >=0.27.0,<1.0.0",