eth-brownie / brownie

A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
https://eth-brownie.readthedocs.io
MIT License
2.64k stars 554 forks source link

pyjwt==1.7.1 dependency incompatibility issue #1121

Open pogorsky opened 3 years ago

pogorsky commented 3 years ago

I have a dependencies incompatibility issue with the required pyjwt==1.7.1 for eth-brownie (1.14.6). The current stable release of pyjwt is 2.1.0. Any chance to update this dependency for eth-brownie in future releases?

tonydattolo commented 2 years ago

any progress on this?