]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
block asyncmy 0.2.2
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Oct 2021 17:49:30 +0000 (13:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Oct 2021 17:49:30 +0000 (13:49 -0400)
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

index b79602728a968b4841261dc91d778d78538083e5..035afe788b0a22e9613e0b2f2f7ec6a21cbc8c15 100644 (file)
--- 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"