]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
block asyncmy 0.2.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 15:23:39 +0000 (11:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Mar 2022 15:23:39 +0000 (11:23 -0400)
asyncmy made a backwards incompatible change to the
TIME datatype in 0.2.4 which hopefully will be reverted
as this change does not belong in a minor point release

Change-Id: Id8bf932d70f52caba06094308a5b87387e69b94b
References: https://github.com/long2ice/asyncmy/issues/37

setup.cfg

index b45ebf86787a596359cfb719e11eeb780b5b58c6..02a1ec8aab23b8e46daeeee479e3a64c994dba5c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -71,7 +71,7 @@ aiomysql =
     aiomysql
 asyncmy =
     %(asyncio)s
-    asyncmy>=0.2.3
+    asyncmy>=0.2.3,!=0.2.4
 aiosqlite =
     %(asyncio)s
     aiosqlite