Skip to content

Commit bd1f5c2

Browse files
committed
Feature: Update web3 dependency
1 parent 0c848b5 commit bd1f5c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ dependencies = [
3131
"aiohttp>=3.8.3",
3232
"aioresponses>=0.7.6",
3333
"aleph-message>=1",
34-
"aleph-superfluid>=0.2.1",
34+
"aleph-superfluid @ git+https://github.com/aleph-im/superfluid.py@andres-feature-update_dependencies",
3535
"base58==2.1.1", # Needed now as default with _load_account changement
36-
"coincurve; python_version<'3.11'",
36+
"coincurve; python_version>='3.11'",
3737
"coincurve>=19; python_version>='3.11'",
38-
"eth-abi>=4; python_version>='3.11'",
39-
"eth-typing==4.3.1",
38+
"eth-abi>=5.0.1; python_version>='3.11'",
39+
"eth-typing>=5.0.1",
4040
"jwcrypto==1.5.6",
4141
"pydantic>=2,<3",
4242
"pydantic-settings>=2",
4343
"pynacl==1.5", # Needed now as default with _load_account changement
4444
"python-magic",
4545
"typing-extensions",
46-
"web3==6.3",
46+
"web3>=7.10",
4747
]
4848

4949
optional-dependencies.all = [

0 commit comments

Comments
 (0)