Skip to content

Commit 94dc866

Browse files
committed
add upper pin to hexbytes dep due to incoming breaking update in 0.4.0
1 parent 7160548 commit 94dc866

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/3127.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add upper pin to ``hexbytes`` dependency to due incoming breaking change

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eth-hash[pycryptodome]>=0.5.1",
7575
"eth-typing>=3.0.0",
7676
"eth-utils>=2.1.0",
77-
"hexbytes>=0.1.0",
77+
"hexbytes>=0.1.0,<0.4.0",
7878
"jsonschema>=4.0.0",
7979
"lru-dict>=1.1.6",
8080
"protobuf>=4.21.6",

0 commit comments

Comments
 (0)