From 12488bd289e9b79cee5be846257b6181aa074d26 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Thu, 9 Nov 2023 09:47:49 +0100 Subject: [PATCH] Dependencies: Update aio-pika Currently done indirectly through branch on `kiwipy` because that has the actual dependency of `aio-pika` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8c79b15..4a99d214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ keywords = ['workflow', 'multithreaded', 'rabbitmq'] requires-python = '>=3.7' dependencies = [ - 'kiwipy[rmq]~=0.8.3', + 'kiwipy[rmq]@git+https://github.com/aiidateam/kiwipy#egg=fix/aio-pika', 'nest_asyncio~=1.5,>=1.5.1', 'pyyaml~=6.0', ]