Skip to content

Commit

Permalink
chore: bump eth-abi dependency (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Apr 15, 2024
1 parent 918b3e0 commit 17c9f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
include_package_data=True,
install_requires=[
"dataclassy>=0.8.2,<1",
"eth-abi>=4.2.1,<5",
"eth-abi>=5.1.0,<6",
"eth-account>=0.10.0,<0.11",
"eth-hash[pycryptodome]", # NOTE: Pinned by eth-abi
"eth-typing>=3.5.2,<4",
Expand Down

0 comments on commit 17c9f35

Please sign in to comment.