Skip to content

Commit 7841a02

Browse files
authored
Update versions for major releases of eth-utils and eth-typing (#3450)
* `eth-typing`>=5, `eth-utils`>=5 * Newsfragment for #3450
1 parent 3909a5a commit 7841a02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

newsfragments/3450.breaking.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"eth-abi>=5.0.1",
6666
"eth-account>=0.13.1",
6767
"eth-hash[pycryptodome]>=0.5.1",
68-
"eth-typing>=5.0.0b3",
69-
"eth-utils>=5.0.0b1",
68+
"eth-typing>=5.0.0",
69+
"eth-utils>=5.0.0",
7070
"hexbytes>=1.2.0",
7171
"pydantic>=2.4.0",
7272
"pywin32>=223;platform_system=='Windows'",

0 commit comments

Comments
 (0)