diff --git a/setup.py b/setup.py index 395dce53..9c1cb781 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run(self): "pretix>=3.8.0", "web3>=5.7.0", "eth-abi>=2.1.1,<3", - "eth-typing>=2.2.1,<3", + "eth-typing>=4.3.1,<5", "eth-utils>=1.8.4,<2", "eth-hash[pycryptodome]>=0.3.1,<0.4", # Requests requires urllib3 <1.26.0. Can delete this later after