From: svlandeg Date: Wed, 22 Oct 2025 12:42:00 +0000 (+0200) Subject: remove ujson from dependencies (as test) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecb695df4d9dcb77b7ebc43ceb6342535bc8a20f;p=thirdparty%2Ffastapi%2Ffastapi.git remove ujson from dependencies (as test) --- diff --git a/pyproject.toml b/pyproject.toml index cac8059f4..3fd0e18b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ all = [ # For Starlette's schema generation, would not be used with FastAPI "pyyaml >=5.3.1", # For UJSONResponse - "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0", + # "ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0", # For ORJSONResponse "orjson >=3.2.1", # To validate email fields diff --git a/requirements-tests.txt b/requirements-tests.txt index 45eedf962..c5de4157e 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -12,4 +12,5 @@ pyyaml >=5.3.1,<7.0.0 pwdlib[argon2] >=0.2.1 inline-snapshot>=0.21.1 # types +types-ujson ==5.10.0.20240515 types-orjson ==3.6.2