From 476c35f356ac9cafba7adff87cc1ef99f89ced37 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Thu, 31 Oct 2024 21:19:22 +0100 Subject: [PATCH] Feature: Update `aleph_message` dependency allowing receive messages from new EVM chains supported. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2374c91d..898e24b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { file = "LICENSE.txt" } authors = [ { name = "Moshe Malawach", email = "moshe.malawach@protonmail.com" }, ] -requires-python = ">=3.12,<3.13" +requires-python = ">=3.10,<3.13" classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", @@ -28,7 +28,7 @@ dependencies = [ "aiohttp-jinja2==1.5", "aioipfs @ git+https://github.com/aleph-im/aioipfs.git@d671c79b2871bb4d6c8877ba1e7f3ffbe7d20b71", "alembic==1.12.1", - "aleph-message==0.4.9", + "aleph-message @ git+https://github.com/aleph-im/aleph-message.git@andres-feature-add_new_evm_chains", "aleph-nuls2==0.1", "aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676", "aleph-pytezos==3.13.4",