From 22fe9b7a5b5e17a74310edd1cf760d988f16377a Mon Sep 17 00:00:00 2001 From: niuyazhe Date: Sat, 22 Jun 2024 17:21:27 +0800 Subject: [PATCH] fix(nyz): fix itsdangerous==2.0.1 import bug --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 33ecfcb6b8..40568ac10f 100644 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ 'responses~=0.12.1', # interaction 'URLObject>=2.4.0', # interaction 'MarkupSafe==2.0.1', # interaction, compatibility + 'itsdangerous<=2.0.1', # interaction, compatibility 'pynng', # parallel 'sniffio', # parallel 'redis', # parallel