We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d13ea5 commit d63b023Copy full SHA for d63b023
pyproject.toml
@@ -9,7 +9,7 @@ requires = [
9
"eth-tester[py-evm]>=0.13.0b1,<0.14.0b1; platform_system != 'Windows' and platform_machine != 'i686'",
10
# pydantic-core (installed with faster-eth-utils and py-geth) is unable to build on Python3.14 on 32-bit Linux distros
11
"faster-eth-utils==5.3.16; platform_system != 'Linux' or platform_machine != 'i686'",
12
- "faster-eth-abi==5.2.15; platform_system != 'Linux' or platform_machine != 'i686'",
+ "faster-eth-abi==5.2.17; platform_system != 'Linux' or platform_machine != 'i686'",
13
"faster-hexbytes==1.3.3",
14
"lru-dict==1.3.0",
15
"py-geth>=5.1.0; platform_system != 'Windows' and platform_machine != 'i686'",
0 commit comments