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

add upper pin to hexbytes dep due to incoming breaking update in 0.4.0 #3127

Merged
merged 1 commit into from Oct 16, 2023

Conversation

pacrob
Copy link
Contributor

@pacrob pacrob commented Oct 16, 2023

What was wrong?

The hexbytes lib will be changing the way Hexbytes.hex() works - ethereum/hexbytes#14

How was it fixed?

Add upper pin to hexbytes dep now, then web3 v7 will use hexbytes 0.4.0 as a lower bound.

Todo:

Cute Animal Picture

image

setup.py Outdated
@@ -74,7 +74,7 @@
"eth-hash[pycryptodome]>=0.5.1",
"eth-typing>=3.0.0",
"eth-utils>=2.1.0",
"hexbytes>=0.1.0",
"hexbytes>=0.1.0,<=0.3.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment here. I think we should use <0.4.0 as the pin if that is the planned version with the breaking changes.

@pacrob pacrob merged commit 4b167ab into ethereum:main Oct 16, 2023
84 checks passed
@pacrob pacrob deleted the hexbytes-upper-pin branch October 16, 2023 22:14
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.

None yet

3 participants