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 d79e20a commit 9a0924fCopy full SHA for 9a0924f
pyproject.toml
@@ -10,7 +10,7 @@ requires = [
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.18; platform_system != 'Linux' or platform_machine != 'i686'",
12
"faster-eth-abi==5.2.20; platform_system != 'Linux' or platform_machine != 'i686'",
13
- "faster-hexbytes==1.3.3",
+ "faster-hexbytes==1.3.4",
14
"lru-dict==1.3.0",
15
"py-geth>=5.1.0; platform_system != 'Windows' and platform_machine != 'i686'",
16
"websockets==15.0.1",
0 commit comments