From 489ca0cd3cc20bfc48b9313dfd80c84ce42a24d6 Mon Sep 17 00:00:00 2001 From: antazoey Date: Sat, 16 Dec 2023 10:15:10 -0600 Subject: [PATCH] fix: lower pin (#58) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",