diff --git a/setup.py b/setup.py index fc525cc..dd2727c 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ include_package_data=True, install_requires=[ "pydantic>=2.5.2,<3", - "py-evm>=0.8.0b1,<0.9", + "py-evm>=0.7.0a4,<0.9", # NOTE: We support both 0.7 and 0.8. "eth-utils>=2.3.1,<3", "msgspec>=0.8", "eth-pydantic-types>=0.1.0a5",