We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9812a20 commit 453be10Copy full SHA for 453be10
newsfragments/1953.misc.rst
@@ -1 +1,2 @@
1
-Upgrade py-trie to v2.0.0-alpha.3
+Upgrade py-trie to v2.0.0-alpha.3 for a dependency fix, and eth-utils to v1.9.4 for a type-check
2
+fix.
setup.py
@@ -10,7 +10,7 @@
10
"eth-bloom>=1.0.3,<2.0.0",
11
"eth-keys>=0.2.1,<0.4.0",
12
"eth-typing>=2.2.0,<3.0.0",
13
- "eth-utils>=1.8.0,<2.0.0",
+ "eth-utils>=1.9.4,<2.0.0",
14
"lru-dict>=1.1.6",
15
"mypy_extensions>=0.4.1,<1.0.0",
16
"py-ecc>=1.4.7,<5.0.0",
0 commit comments