From 07546bd5372de9f5683481c619b3f318a2024a1c Mon Sep 17 00:00:00 2001 From: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:07:06 -0500 Subject: [PATCH] chore: update pins --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index acaea6d..3186d92 100644 --- a/setup.py +++ b/setup.py @@ -78,8 +78,8 @@ "eth-pydantic-types>=0.1.3,<0.2", "ethpm-types>=0.6.19,<0.7", "evm-trace>=0.2.3,<0.3", - "web3>=7.6.0,<8", - "requests>=2.32.3,<3", + "web3>=6.20.3,<8", + "requests>=2.28.1,<3", ], python_requires=">=3.9,<4", extras_require=extras_require,