From fd1a08f228efb431989591e41c68a90b058382bc Mon Sep 17 00:00:00 2001 From: Arjan Zijderveld <5286904+arjanz@users.noreply.github.com> Date: Fri, 12 May 2023 12:43:34 +0200 Subject: [PATCH] Updated scalecodec: Added missing DispatchClass type to TransactionPaymentCallApi #339 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 574f0b0..b90a1a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ eth_utils>=1.3.0,<3 pycryptodome>=3.11.0,<4 PyNaCl>=1.0.1,<2 -scalecodec>=1.2.3,<1.3 +scalecodec>=1.2.4,<1.3 py-sr25519-bindings>=0.2.0,<1 py-ed25519-zebra-bindings>=1.0,<2 py-bip39-bindings>=0.1.9,<1 diff --git a/setup.py b/setup.py index cbc1c38..e60489d 100644 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ 'eth_utils>=1.3.0,<3', 'pycryptodome>=3.11.0,<4', 'PyNaCl>=1.0.1,<2', - 'scalecodec>=1.2.3,<1.3', + 'scalecodec>=1.2.4,<1.3', 'py-sr25519-bindings>=0.2.0,<1', 'py-ed25519-zebra-bindings>=1.0,<2', 'py-bip39-bindings>=0.1.9,<1'