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 #240

Merged
merged 1 commit into from Oct 16, 2023

Conversation

pacrob
Copy link
Collaborator

@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 after next release use hexbytes 0.4.0 as a lower bound.

Todo:

Cute Animal Picture

image

setup.py Outdated
@@ -66,7 +66,7 @@
"eth-keys>=0.4.0",
"eth-rlp>=0.3.0",
"eth-utils>=2.0.0",
"hexbytes>=0.1.0",
"hexbytes>=0.1.0,<=0.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

If we plan on making the breaking change in 0.4.0, we should use <0.4.0 here. That way if we want to backport any changes to 0.3.x, we can. Thoughts?

Copy link
Contributor

@fselmo fselmo left a comment

Choose a reason for hiding this comment

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

lgtm

@pacrob pacrob merged commit ca4aced into ethereum:master Oct 16, 2023
23 checks passed
@pacrob pacrob deleted the hexbytes-upper-pin branch January 30, 2024 20:05
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