From 546cdd87fec743944ed711b4dc3e8250e1415043 Mon Sep 17 00:00:00 2001 From: Hugo Herter Date: Mon, 15 Jul 2024 17:16:19 +0200 Subject: [PATCH] Fix: pyproject.toml used an old version of aleph-message --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef53bca90..719327100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "aiohttp==3.9.5", "aioipfs@git+https://github.com/aleph-im/aioipfs.git@d671c79b2871bb4d6c8877ba1e7f3ffbe7d20b71", "alembic==1.12.1", - "aleph-message==0.4.2", + "aleph-message==0.4.8", "aleph-p2p-client@git+https://github.com/aleph-im/p2p-service-client-python@2c04af39c566217f629fd89505ffc3270fba8676", "aleph-pytezos@git+https://github.com/aleph-im/aleph-pytezos.git@32dd1749a4773da494275709060632cbeba9a51b", "asyncpg==0.28.0",