Skip to content

Commit 443460c

Browse files
authored
fix: lower the minimum eth-utils version (#196)
* fix: lower the minimum `eth-utils` version * fixup: poetry lock
1 parent 9e86257 commit 443460c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python = "^3.8"
2828

2929
# 3rd party
3030
eth-abi = "^5.1.0"
31-
eth-utils = "^4.0.0"
31+
eth-utils = ">=2.0.0"
3232
pycryptodome = "^3.17.0"
3333

3434
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)