From c37dd5bf8d67ad16e36f7766327ca5947fe819e2 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 18 Apr 2024 15:50:16 -0500 Subject: [PATCH] chore: set trie constraint sep --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a1d20c7c87..bbed1f2df3 100644 --- a/setup.py +++ b/setup.py @@ -124,6 +124,7 @@ "eth-utils>=2.3.1,<3", "py-geth>=4.4.0,<5", "web3[tester]>=6.17.2,<7", + "trie>=3.0.0,<4", # Peer: needed extra constraint for 3.12 support. # ** Dependencies maintained by ApeWorX ** "eip712>=0.2.7,<0.3", "ethpm-types>=0.6.9,<0.7",