Skip to content

Commit cb15f7e

Browse files
authored
Feature: Added last aleph-message version with 2 new EVM chains (#223)
1 parent f258bb9 commit cb15f7e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,17 @@ dynamic = [ "version" ]
3030
dependencies = [
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",

0 commit comments

Comments
 (0)