From: Mike Bayer Date: Mon, 11 Oct 2021 17:49:30 +0000 (-0400) Subject: block asyncmy 0.2.2 X-Git-Tag: rel_1_4_26~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73082eaa83f6a4781efcb90aaa3f8a1edd91cccf;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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"