Skip to content

Commit

Permalink
chore: upgrade eth and other dependencies [APE-1615] (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 14, 2023
1 parent 4c13ab5 commit 0810954
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 @@ -60,9 +60,9 @@
url="https://github.com/ApeWorX/evm-trace",
include_package_data=True,
install_requires=[
"pydantic>=2.4.2,<3",
"py-evm>=0.7.0a3,<0.8",
"eth-utils>=2.1,<3",
"pydantic>=2.5.2,<3",
"py-evm>=0.8.0b1,<0.9",
"eth-utils>=2.3.1,<3",
"msgspec>=0.8",
"eth-pydantic-types>=0.1.0a4",
],
Expand Down

0 comments on commit 0810954

Please sign in to comment.