Skip to content

Commit 9d13ea5

Browse files
fix: incorrect hexbytes version in build deps (#224)
1 parent a8bedd7 commit 9d13ea5

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
@@ -10,7 +10,7 @@ requires = [
1010
# pydantic-core (installed with faster-eth-utils and py-geth) is unable to build on Python3.14 on 32-bit Linux distros
1111
"faster-eth-utils==5.3.16; platform_system != 'Linux' or platform_machine != 'i686'",
1212
"faster-eth-abi==5.2.15; platform_system != 'Linux' or platform_machine != 'i686'",
13-
"faster-hexbytes==2.3.3",
13+
"faster-hexbytes==1.3.3",
1414
"lru-dict==1.3.0",
1515
"py-geth>=5.1.0; platform_system != 'Windows' and platform_machine != 'i686'",
1616
"websockets==15.0.1",

0 commit comments

Comments
 (0)