Skip to content

Commit 509a775

Browse files
Kubudak90Kubudak90
authored andcommitted
fix: tighten web3 upper bound to <=7.15.0 for conservative patching
1 parent 1c27748 commit 509a775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"urllib3>=2.2.3",
1515
"aiohttp>=3.11.16",
1616
"aiohttp-retry>=2.9.1",
17-
"web3>=7.6.0,<8.0.0",
17+
"web3>=7.6.0,<=7.15.0",
1818
"solana>=0.36.6",
1919
"solders>=0.26.0",
2020
"nest-asyncio>=1.6.0,<2",

0 commit comments

Comments
 (0)