Skip to content

Commit

Permalink
add upper pin to hexbytes dep due to incoming breaking update in 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Oct 16, 2023
1 parent 7ac1b9d commit 9a8f9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/141.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add upper pin to ``hexbytes`` dependency to due incoming breaking change
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
install_requires=[
"eth-hash>=0.1.0",
"eth-utils>=2.0.0",
"hexbytes>=0.2.0",
"hexbytes>=0.2.0,<=0.3.1",
"rlp>=3",
"sortedcontainers>=2.1.0",
"typing-extensions>=4.0.0,<5; python_version < '3.8'",
Expand Down

0 comments on commit 9a8f9c5

Please sign in to comment.