Skip to content

Commit

Permalink
chore: deps fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 5, 2024
1 parent 05dcdb5 commit eaffbcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit eaffbcf

Please sign in to comment.