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.
eth-utils
eth-typing
1 parent 3909a5a commit 7841a02Copy full SHA for 7841a02
newsfragments/3450.breaking.rst
@@ -0,0 +1,3 @@
1
+Update `eth-utils` and `eth-typing` to latest major versions
2
+
3
+`eth-utils` v5 and `eth-typing` v5
setup.py
@@ -65,8 +65,8 @@
65
"eth-abi>=5.0.1",
66
"eth-account>=0.13.1",
67
"eth-hash[pycryptodome]>=0.5.1",
68
- "eth-typing>=5.0.0b3",
69
- "eth-utils>=5.0.0b1",
+ "eth-typing>=5.0.0",
+ "eth-utils>=5.0.0",
70
"hexbytes>=1.2.0",
71
"pydantic>=2.4.0",
72
"pywin32>=223;platform_system=='Windows'",
0 commit comments