ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.95k stars 1.69k forks source link

bump to hexbytes>=1.2.0 #3295

Closed pacrob closed 5 months ago

pacrob commented 5 months ago

What was wrong?

Hexbytes had breaking changes at v1.0.0, and small improvements since. web3 v6 is pinned to <0.4.0.

How was it fixed?

Move lower hexbytes pin to >=1.2.0

Todo:

Cute Animal Picture

image

pacrob commented 5 months ago

will handle in #3298