We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6790b63 commit 3b43d1dCopy full SHA for 3b43d1d
newsfragments/2502.misc.rst
@@ -0,0 +1 @@
1
+Pin eth-rlp to <0.3 so that dependencies will resolve with older versions of pip.
setup.py
@@ -79,6 +79,9 @@
79
"eth-abi>=2.0.0b6,<3.0.0",
80
"eth-account>=0.5.7,<0.6.0",
81
"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",
85
"eth-typing>=2.0.0,<3.0.0",
86
"eth-utils>=1.9.5,<2.0.0",
87
"hexbytes>=0.1.0,<1.0.0",
0 commit comments