File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,17 @@ dynamic = [ "version" ]
3030dependencies = [
3131 " aiohttp>=3.8.3" ,
3232 " aioresponses>=0.7.6" ,
33- # "aleph-message>=1.0.2",
34- " aleph-message @ git+https://github.com/aleph-im/aleph-message@andres-feature-implement_more_evm_chains" ,
33+ " aleph-message>=1.0.3" ,
3534 " aleph-superfluid>=0.3" ,
36- " base58==2.1.1" , # Needed now as default with _load_account changement
35+ " base58==2.1.1" , # Needed now as default with _load_account changement
3736 " coincurve; python_version>='3.9'" ,
3837 " coincurve>=19; python_version>='3.9'" ,
3938 " eth-abi>=5.0.1; python_version>='3.9'" ,
4039 " eth-typing>=5.0.1" ,
4140 " jwcrypto==1.5.6" ,
4241 " pydantic>=2,<3" ,
4342 " pydantic-settings>=2" ,
44- " pynacl==1.5" , # Needed now as default with _load_account changement
43+ " pynacl==1.5" , # Needed now as default with _load_account changement
4544 " python-magic" ,
4645 " typing-extensions" ,
4746 " web3>=7.10" ,
You can’t perform that action at this time.
0 commit comments