Skip to content

Commit 3b43d1d

Browse files
authored
Pin eth-rlp<0.3 (#2502)
* Pin eth-rlp<0.3 * Add newsfragment * Add comment on eth-rlp pin
1 parent 6790b63 commit 3b43d1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

newsfragments/2502.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin eth-rlp to <0.3 so that dependencies will resolve with older versions of pip.

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
"eth-abi>=2.0.0b6,<3.0.0",
8080
"eth-account>=0.5.7,<0.6.0",
8181
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
82+
# eth-account allows too broad of an eth-rlp dependency.
83+
# This eth-rlp pin can be removed once it gets tightened up in eth-account
84+
"eth-rlp<0.3",
8285
"eth-typing>=2.0.0,<3.0.0",
8386
"eth-utils>=1.9.5,<2.0.0",
8487
"hexbytes>=0.1.0,<1.0.0",

0 commit comments

Comments
 (0)