From 9c28b502d246c9b065d8e4eae12bb21df3a819ee Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Mon, 16 Dec 2024 11:25:00 -0600 Subject: [PATCH] chore: try from main --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 476e6bc..747a950 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ url="https://github.com/ApeWorX/ape-safe", include_package_data=True, install_requires=[ - "eth-ape>=0.8.14,<0.9", + "eth-ape @ git+https://github.com/ApeWorX/ape.git@main", "requests>=2.31.0,<3", "eip712", # Use same version as eth-ape "click", # Use same version as eth-ape