From 7ad80e9fabfc22436702c5749420744b732befbc Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:40:35 -0500 Subject: [PATCH] chore: update pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3186d92..12d498d 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ "eth-pydantic-types>=0.1.3,<0.2", "ethpm-types>=0.6.19,<0.7", "evm-trace>=0.2.3,<0.3", - "web3>=6.20.3,<8", + "web3>=6.20.1,<8", "requests>=2.28.1,<3", ], python_requires=">=3.9,<4",