]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
remove ujson from dependencies (as test)
authorsvlandeg <svlandeg@github.com>
Wed, 22 Oct 2025 12:42:00 +0000 (14:42 +0200)
committersvlandeg <svlandeg@github.com>
Wed, 22 Oct 2025 12:42:00 +0000 (14:42 +0200)
pyproject.toml
requirements-tests.txt

index cac8059f47eefa517ea438a6145710c01d60d517..3fd0e18b5cfe63c8cadd9b8dacfee00057848524 100644 (file)
@@ -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
index 45eedf962aa25f8c464785e0ce3c8ac4177b9734..c5de4157e777af3f4f8ae3274def49809769df42 100644 (file)
@@ -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