From eaffbcf0d83fcbbe515a2c26efffaf5fe0ecff4f Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Thu, 5 Dec 2024 10:00:27 -0600 Subject: [PATCH] chore: deps fix --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4cdbc25..396537c 100644 --- a/setup.py +++ b/setup.py @@ -74,12 +74,12 @@ url="https://github.com/ApeWorX/ape-alchemy", include_package_data=True, install_requires=[ - "eth-ape>=0.8.1,<0.9", + "eth-ape>=0.8.21,<0.9", "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.1,<8", + "requests>=2.28.1,<3", "evmchains>=0.1.3,<0.2", # Dependent on networks (not imports) ], python_requires=">=3.9,<4",