Skip to content

Commit

Permalink
Merge pull request #132 from pacrob/bump-eth-utils
Browse files Browse the repository at this point in the history
bump eth-utils requirement to >=2
  • Loading branch information
pacrob committed Apr 19, 2023
2 parents 974f33e + 3e0b95f commit e1eb276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/132.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump eth-utils requirement version to >=2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
url="https://github.com/ethereum/py-ssz",
include_package_data=True,
install_requires=[
"eth-utils>=1,<2",
"eth-utils>=2",
"lru-dict>=1.1.6",
# When updating to a newer version of pyrsistent, please check that the interface
# `transform` expects has not changed (see https://github.com/tobgu/pyrsistent/issues/180)
Expand Down

0 comments on commit e1eb276

Please sign in to comment.