Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lower the minimum eth-utils version #196

Merged
merged 2 commits into from
Aug 15, 2024
Merged

fix: lower the minimum eth-utils version #196

merged 2 commits into from
Aug 15, 2024

Conversation

BoboTiG
Copy link
Contributor

@BoboTiG BoboTiG commented Aug 15, 2024

Trying to upgrade to web3-input-decoder v0.1.12 and getting this kind of error from pip:

The conflict is caused by:
    web3 6.20.2 depends on eth-utils<5 and >=2.1.0
    web3-input-decoder 0.1.12 depends on eth-utils<5.0.0 and >=4.0.0
    eth-tester 0.10.0b1 depends on eth-utils>=2.0.0
    eth-tester[py-evm] 0.10.0b1 depends on eth-utils>=2.0.0
    py-evm 0.7.0a4 depends on eth-utils<3.0.0 and >=2.0.0

As you see, web3-input-decoder is the one asking for a higher eth-utils version.

Would it be OK for you to lower that requirement?

@kigawas kigawas merged commit 443460c into kigawas:master Aug 15, 2024
17 checks passed
@BoboTiG BoboTiG deleted the fix-lower-eth-utils-version branch August 15, 2024 13:51
@BoboTiG
Copy link
Contributor Author

BoboTiG commented Aug 29, 2024

Would it be possible to cut a new release containing all those requirements changes 🙏 ?

@kigawas
Copy link
Owner

kigawas commented Aug 30, 2024

I'll release a new version this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants