ethereum / py-trie

Python library which implements the Ethereum Trie structure.
MIT License
104 stars 51 forks source link

chore: upgrade typing-extensions #122

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What was wrong?

We are experiencing weird build failures down the pipeline from this, related to typing extensions 4.0.0 that was just released a couple days ago.

How was it fixed?

upgrading typing-extensions

Cute Animal Picture

toy_elephant

fubuloubu commented 2 years ago

Lol whoops, I forgot that this was still pending and opened https://github.com/ethereum/py-trie/pull/124

Would really appreciate if this could be merged and released!