Skip to content

Commit ab7e262

Browse files
chore: pin eth-typing version in build deps (#164)
1 parent 7703a42 commit ab7e262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires = [
1313
"tomli>=2.0.0; python_version < '3.11'",
1414
"cchecksum>=0.3.1",
1515
"eth-hash>=0.7.0,<1",
16-
"eth-typing>=4.4.0,<6",
16+
"eth-typing==5.2.1",
1717
]
1818
build-backend = "setuptools.build_meta"
1919

0 commit comments

Comments
 (0)