From 73f981fe01d4a3d59504a78b4890ece257c88cc1 Mon Sep 17 00:00:00 2001 From: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:12:15 -0400 Subject: [PATCH] fix(deps): update pin of ethpm-types (#1654) I was constantly having issues with this, I think the pin should have been updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcbf99083d..ba76e34f5e 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ "web3[tester]>=6.7.0,<7", # ** Dependencies maintained by ApeWorX ** "eip712>=0.2.1,<0.3", - "ethpm-types>=0.5.3,<0.6", + "ethpm-types>=0.5.5,<0.6", "evm-trace>=0.1.0a23", ], entry_points={