From 10779ee9e0443c2f17936b8a2cd6ca46cb4acb00 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Wed, 8 Oct 2025 14:31:35 +0200 Subject: [PATCH] Feature: Upgrade SDK to `2.1` version and `aleph_message` to `1.0.5` version. --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 681d5c91..37282041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,18 +30,18 @@ dynamic = [ "version" ] dependencies = [ "aiodns==3.2", "aiohttp==3.11.13", - "aleph-message>=1.0.4", - "aleph-sdk-python @ git+https://github.com/aleph-im/aleph-sdk-python@main", - "base58==2.1.1", # Needed now as default with _load_account changement + "aleph-message>=1.0.5", + "aleph-sdk-python>=2.1", + "base58==2.1.1", # Needed now as default with _load_account changement "click<8.2", - "py-sr25519-bindings==0.2", # Needed for DOT signatures + "py-sr25519-bindings==0.2", # Needed for DOT signatures "pydantic>=2", "pygments==2.19.1", - "pynacl==1.5", # Needed now as default with _load_account changement + "pynacl==1.5", # Needed now as default with _load_account changement "python-magic==0.4.27", "rich==13.9.*", "setuptools>=65.5", - "substrate-interface==1.7.11", # Needed for DOT signatures + "substrate-interface==1.7.11", # Needed for DOT signatures "textual==0.73", "typer==0.15.2", ]