From 1d93134c858c5b59bf117a8fa0715a493264abce Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:24:48 +0800 Subject: [PATCH] fix: pin typing_extensions version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index be94fae..a923737 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,7 @@ "cfx-address>=1.2.4,<1.3.0", "cfx-account>=1.2.2,<1.3.0", "cfx-utils>=1.0.5,<1.2.0", + "typing-extensions<=4.13.2", ], # add any additional packages that need to be installed # needs to be installed along with your package. Eg: 'caer' extras_require=extras_require,