From e326b9ac4d1d042e2aa9d08317a0be0e66723d02 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sun, 1 Dec 2024 15:06:57 +0100 Subject: [PATCH] Dependencies: Temporarily pin `aio-pika~=9.4.0` Latest release 9.5.0 breaks due to an import error of `typing_extensions`. See https://github.com/mosquito/aio-pika/issues/649 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad3b20a..e36d463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pre-commit = [ 'pylint==2.12.2', ] rmq = [ - 'aio-pika~=9.0', + 'aio-pika~=9.4.0', 'pamqp~=3.2', 'pytray>=0.3.4,<0.4.0', ]