Skip to content

Commit 4725341

Browse files
carverPeppece
authored andcommitted
Upgrade py-trie to v2-alpha.3
Specifically need to fix the typing-extensions conflict resolved here: ethereum/py-trie#117
1 parent 146db6c commit 4725341

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/1953.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade py-trie to v2.0.0-alpha.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"py-ecc>=1.4.7,<5.0.0",
1717
"pyethash>=0.1.27,<1.0.0",
1818
"rlp>=1.1.0,<2.0.0",
19-
"trie==2.0.0-alpha.2",
19+
"trie==2.0.0-alpha.3",
2020
],
2121
# The eth-extra sections is for libraries that the evm does not
2222
# explicitly need to function and hence should not depend on.

0 commit comments

Comments
 (0)