Skip to content

Commit

Permalink
fix: py 38 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 12, 2023
1 parent c578401 commit 9a4f7be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth_pydantic_types/address.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from typing import Annotated, Any, ClassVar, Optional, Tuple, cast
from typing import Any, ClassVar, Optional, Tuple, cast

from eth_typing import ChecksumAddress
from eth_utils import is_checksum_address, to_checksum_address
from pydantic_core.core_schema import ValidationInfo, str_schema
from typing_extensions import Annotated

from eth_pydantic_types.hash import HashStr20

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"eth-utils>=2.2.0,<3",
"eth-typing>=3.5.0,<4",
"pydantic>=2.4.2,<3",
"typing_extensions>=4.8.0,<5",
],
python_requires=">=3.8,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 9a4f7be

Please sign in to comment.