From 1dca3480f3eed924bec9ba79148c1977ad0bd5ac Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Tue, 20 Aug 2024 21:17:23 -0500 Subject: [PATCH] require web3 with <5 eth_typing deps --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a669b82a3..4a7e44dca 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( "pycryptodome>=3.4.6", "crytic-compile>=0.3.7,<0.4.0", # "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile", - "web3>=6.0.0", + "web3>=6.20.2", "eth-abi>=4.0.0", "eth-typing>=3.0.0", "eth-utils>=2.1.0",