File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
4949optional-dependencies.all = [
You can’t perform that action at this time.
0 commit comments