ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

DeprecationWarning : toolz.compatibility #234

Closed maxclax closed 11 months ago

maxclax commented 1 year ago
eth_utils/toolz.py:2: DeprecationWarning: The toolz.compatibility module is no longer ne│
eded in Python 3 and has been deprecated. Please import these utilities directly from the standard library. This module will be│
 removed in a future release.
reedsa commented 11 months ago

Hello, thanks for reaching out and apologies for the delay in our response. Could you please provide more information about the warning you found and what version of eth-utils you are using?

toolz.compatibility was removed in eth-utils v2 and should no longer throw this warning.

Closing this issue but if you still experience issues, please open a new one.