From 08109540cdda32bec054e8e9b849358a3dad5a86 Mon Sep 17 00:00:00 2001 From: antazoey Date: Wed, 13 Dec 2023 23:41:13 -0600 Subject: [PATCH] chore: upgrade eth and other dependencies [APE-1615] (#56) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6f3e87d..cff807a 100644 --- a/setup.py +++ b/setup.py @@ -60,9 +60,9 @@ url="https://github.com/ApeWorX/evm-trace", include_package_data=True, install_requires=[ - "pydantic>=2.4.2,<3", - "py-evm>=0.7.0a3,<0.8", - "eth-utils>=2.1,<3", + "pydantic>=2.5.2,<3", + "py-evm>=0.8.0b1,<0.9", + "eth-utils>=2.3.1,<3", "msgspec>=0.8", "eth-pydantic-types>=0.1.0a4", ],