ApeWorX / eip712

Message classes for typed structured data hashing and signing in Ethereum
Apache License 2.0
42 stars 19 forks source link

chore: loosen `eth-abi` pin to allow `5.x.x` releases #43

Closed iamdefinitelyahuman closed 9 months ago

iamdefinitelyahuman commented 9 months ago

What I did

Loosen the eth-abi pin to allow 5.x.x releases.

The only breaking change introduced in eth-abi==5.0.0 is dropping support for Python 3.7, which is already not supported by this package. I opted not to bump the minimum required version so as to avoid potential disruption of any downstream dependencies.

How I did it

Modified the pin in setup.py.

How to verify it

Read the diff.

Checklist