Skip to content

Commit f1d4a5e

Browse files
authored
Feature: Upgrade SDK to 2.1 version and aleph_message to 1.0.5 version. (#408)
1 parent ba223fd commit f1d4a5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ dynamic = [ "version" ]
3030
dependencies = [
3131
"aiodns==3.2",
3232
"aiohttp==3.11.13",
33-
"aleph-message>=1.0.4",
34-
"aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@main",
35-
"base58==2.1.1", # Needed now as default with _load_account changement
33+
"aleph-message>=1.0.5",
34+
"aleph-sdk-python>=2.1",
35+
"base58==2.1.1", # Needed now as default with _load_account changement
3636
"click<8.2",
37-
"py-sr25519-bindings==0.2", # Needed for DOT signatures
37+
"py-sr25519-bindings==0.2", # Needed for DOT signatures
3838
"pydantic>=2",
3939
"pygments==2.19.1",
40-
"pynacl==1.5", # Needed now as default with _load_account changement
40+
"pynacl==1.5", # Needed now as default with _load_account changement
4141
"python-magic==0.4.27",
4242
"rich==13.9.*",
4343
"setuptools>=65.5",
44-
"substrate-interface==1.7.11", # Needed for DOT signatures
44+
"substrate-interface==1.7.11", # Needed for DOT signatures
4545
"textual==0.73",
4646
"typer==0.15.2",
4747
]

0 commit comments

Comments
 (0)