Skip to content

Commit ebb0c45

Browse files
authored
Merge pull request #1946 from carver/pytrie-upgrade
Upgrade py-trie, which has a fixed TraversedPartialPath
2 parents 8b26d16 + 426557b commit ebb0c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1",
19+
"trie==2.0.0-alpha.2",
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)