Skip to content

Commit

Permalink
chore: loosen eth-abi pin to allow 5.x.x releases (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: El De-dog-lo <3859395+fubuloubu@users.noreply.github.com>
  • Loading branch information
iamdefinitelyahuman and fubuloubu authored Feb 1, 2024
1 parent 3bfe3d9 commit 8c0db9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eip712/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any, Dict, Optional

from dataclassy import asdict, dataclass, fields
from eth_abi import is_encodable_type
from eth_abi.abi import is_encodable_type # type: ignore[import-untyped]
from eth_account.messages import SignableMessage, hash_domain, hash_eip712_message
from eth_utils import keccak
from eth_utils.curried import ValidationError
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
include_package_data=True,
install_requires=[
"dataclassy>=0.8.2,<1",
"eth-abi>=4.2.1,<5",
"eth-abi>=4.2.1,<6",
"eth-account>=0.10.0,<0.11",
"eth-hash[pycryptodome]", # NOTE: Pinned by eth-abi
"eth-typing>=3.5.2,<4",
Expand Down

0 comments on commit 8c0db9c

Please sign in to comment.