From c51c60efc8b7538abe6c90f0093a3185be1393c7 Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:42:19 -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 d581e40..ef1fd87 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ include_package_data=True, install_requires=[ "eth-ape>=0.8.1,<0.9", - "web3>=6.20.3,<8", + "web3>=6.20.1,<8", "requests>=2.28.1,<3", ], python_requires=">=3.9,<4",