From: Stefano Rivera <stefanor@debian.org>
Date: Mon, 8 May 2023 19:48:55 -0400
Subject: Unrestrict the ujson version

We have a newer version in the archive, these days.

Forwarded: not-needed
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 83225db..30baa73 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
     ],
     install_requires=[
         'colorlog',
-        'ujson<1.40',
+        'ujson',
     ],
     extras_require={
         'develop': [
