From 73082eaa83f6a4781efcb90aaa3f8a1edd91cccf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 11 Oct 2021 13:49:30 -0400 Subject: [PATCH] block asyncmy 0.2.2 two issues that are also in the already blocked 0.2.1: https://github.com/long2ice/asyncmy/issues/21 https://github.com/long2ice/asyncmy/issues/22 Change-Id: I188cfc22c5896bfc49f60f6b026d6076acbca3cf --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b79602728a..035afe788b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,7 +76,7 @@ aiomysql = aiomysql;python_version>="3" asyncmy = %(asyncio)s - asyncmy>=0.2.0,!=0.2.1;python_version>="3" + asyncmy>=0.2.0,!=0.2.1,!=0.2.2;python_version>="3" aiosqlite = %(asyncio)s aiosqlite;python_version>="3" -- 2.47.3