Skip to content

Commit 453be10

Browse files
carverPeppece
authored andcommitted
Upgrade eth-utils for better type annotations
1 parent 9812a20 commit 453be10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

newsfragments/1953.misc.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Upgrade py-trie to v2.0.0-alpha.3
1+
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eth-bloom>=1.0.3,<2.0.0",
1111
"eth-keys>=0.2.1,<0.4.0",
1212
"eth-typing>=2.2.0,<3.0.0",
13-
"eth-utils>=1.8.0,<2.0.0",
13+
"eth-utils>=1.9.4,<2.0.0",
1414
"lru-dict>=1.1.6",
1515
"mypy_extensions>=0.4.1,<1.0.0",
1616
"py-ecc>=1.4.7,<5.0.0",

0 commit comments

Comments
 (0)