From 37abd930aed38436f31379242c0095c5172d924a Mon Sep 17 00:00:00 2001 From: defidipshit <101429822+defidipshit@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:52:13 -0400 Subject: [PATCH] chore: upgrade eth-ape version (#38) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a076f8..d010740 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ url="https://github.com/ApeWorX/ape-infura", include_package_data=True, install_requires=[ - "eth-ape>=0.2.8,<0.3.0", + "eth-ape>=0.3.0,<0.4.0", "importlib-metadata ; python_version<'3.8'", ], # NOTE: Add 3rd party libraries here python_requires=">=3.7.2,<4",