ethereum / eth-account

Account abstraction library for web3.py
http://eth-account.readthedocs.io/
MIT License
258 stars 155 forks source link

pin hexbytes>=1.0.0 due to breaking change #242

Closed pacrob closed 9 months ago

pacrob commented 9 months ago

What was wrong?

hexbytes had a breaking change in the step from 0.3.x to 1.0.0. hexbytes was capped at <0.4.0 in the previous eth-account release.

How was it fixed?

This pr sets dependency to hexbytes>=1.0.0.

Related to https://github.com/ethereum/hexbytes/pull/38/files

Todo:

Cute Animal Picture

image

pacrob commented 9 months ago

This will be done after web3 v7 is released. Closing.