Skip to content

Commit

Permalink
upper pin on eth-utils (<5);newsfragment for #3449
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Aug 14, 2024
1 parent ab4d40b commit bfa2fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/3449.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add upper pins to ``eth-typing``, ``eth-utils``, and ``py-geth`` to prevent latest breaking major versions from installing.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eth-account>=0.8.0,<0.13",
"eth-hash[pycryptodome]>=0.5.1",
"eth-typing>=3.0.0,!=4.2.0,<5.0.0",
"eth-utils>=2.1.0",
"eth-utils>=2.1.0,<5",
"hexbytes>=0.1.0,<0.4.0",
"jsonschema>=4.0.0",
"lru-dict>=1.1.6,<1.3.0",
Expand Down

0 comments on commit bfa2fd7

Please sign in to comment.