Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 4580c01

Browse files
committed
Upgrade eth-keys for updated eth-typing usage
Permit older eth-keys as we have other libraries that still constrain to <v0.3 for now.
1 parent 7520a96 commit 4580c01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/1665.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use a more recent eth-keys, which calls an eth-typing that's not deprecated.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"blake2b-py>=0.1.2,<0.2",
99
"cached-property>=1.5.1,<2",
1010
"eth-bloom>=1.0.3,<2.0.0",
11-
"eth-keys>=0.2.1,<0.3.0",
11+
"eth-keys>=0.2.1,<0.4.0",
1212
"eth-typing>=2.2.0,<3.0.0",
1313
"eth-utils>=1.7.0,<2.0.0",
1414
"lru-dict>=1.1.6",

0 commit comments

Comments
 (0)