From ff049b9e17d015feddb84975ae1f8299bf3587ce Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Wed, 4 Dec 2024 18:27:53 -0600 Subject: [PATCH] fix: w3pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7edd842e8..e824254b3c 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ "hexbytes>=0.3.1,<2", "py-geth>=3.14.0,<6", "trie>=3.0.1,<4", # Peer: stricter pin needed for uv support. - "web3[tester]>=6.20.3,<8", + "web3[tester]>=6.20.1,<8", # ** Dependencies maintained by ApeWorX ** "eip712>=0.2.10,<0.3", "ethpm-types>=0.6.19,<0.7",