diff --git a/setup.py b/setup.py index 783f40e..a870fd2 100644 --- a/setup.py +++ b/setup.py @@ -62,10 +62,10 @@ include_package_data=True, install_requires=[ "dataclassy>=0.8.2,<1", - "eth-utils>=1.10.0,<3", - "eth-abi>=2.2.0,<4", - "eth-typing>=3.0,<4", - "hexbytes>=0.3.0,<1", + "eth-utils>=2.0.0,<3", + "eth-abi>=3.0.1,<4", + "eth-typing>=3.1,<4", + "hexbytes>=0.2.3,<1", "pycryptodome>=3.4.7,<4", ], python_requires=">=3.8,<4",