diff --git a/setup.py b/setup.py index 7503359..b034eba 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ include_package_data=True, install_requires=[ "dataclassy>=0.8.2,<1", - "eth-abi>=4.2.1,<5", + "eth-abi>=5.1.0,<6", "eth-account>=0.10.0,<0.11", "eth-hash[pycryptodome]", # NOTE: Pinned by eth-abi "eth-typing>=3.5.2,<4",