From 6b539b7316166c329c4a84fa019a37680d8e3331 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Wed, 27 Nov 2024 18:20:59 +0100 Subject: [PATCH] workaround for https://github.com/mosquito/aio-pika/issues/649 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 92dcf7a8..ea633376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,8 @@ dependencies = [ 'kiwipy[rmq]~=0.8.3', 'nest_asyncio~=1.5,>=1.5.1', 'pyyaml~=6.0', + # XXX: workaround for https://github.com/mosquito/aio-pika/issues/649 + 'type-extensions~=0.1', ] [project.urls]