Skip to content

Commit

Permalink
fix: lower the minimum eth-utils version (#196)
Browse files Browse the repository at this point in the history
* fix: lower the minimum `eth-utils` version

* fixup: poetry lock
  • Loading branch information
BoboTiG authored Aug 15, 2024
1 parent 9e86257 commit 443460c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python = "^3.8"

# 3rd party
eth-abi = "^5.1.0"
eth-utils = "^4.0.0"
eth-utils = ">=2.0.0"
pycryptodome = "^3.17.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 443460c

Please sign in to comment.