From 17c9f350d54e817ae6e1fea2cf884cb3ba4ba956 Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 15 Apr 2024 11:31:04 -0600 Subject: [PATCH] chore: bump eth-abi dependency (#49) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7503359..b034eba 100644 --- a/setup.py +++ b/setup.py @@ -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",