Skip to content

Commit 4012ebe

Browse files
authored
fix: Require web3>=7.0.0 to avoid breaking API changes
Fixes a bug that some users were facing that was pulling in an outdated version of the web3 library that uses different naming conventions than the exposed API from the SDK.
2 parents a71a70e + d96834b commit 4012ebe

3 files changed

Lines changed: 55 additions & 55 deletions

File tree

example/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"anyio>=4.10.0",
1818
"pyxdg>=0.28",
1919
"rlp>=1.2.0",
20-
"web3>=4.7.2",
20+
"web3>=7.0.0",
2121
]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)