EthTx / ethtx

Python package with core transaction decoding functions.
https://www.ethtx.info
Apache License 2.0
454 stars 73 forks source link

Fix broken dependency #157

Closed kchojn closed 2 years ago

kchojn commented 2 years ago

Updated requests-cache version. Pipenv could not handle the bad dependencies in this package!

piotr-rudnik commented 2 years ago

Are you sure about this? If pipenv failes, that means package building would fail also. Anyway, pinning packages version is a good thing so let's do it.

kchojn commented 2 years ago

Are you sure about this? If pipenv failes, that means package building would fail also. Anyway, pinning packages version is a good thing so let's do it.

Yes, tested well. Previously there was *, and the new version was released at the end of June, where it contains a bad dependency on which pipenv crashes (Cattrs probably ) Let's make a new release on Monday, because I have some important changes. I will also add a ga with package build testing.