From 92fc2cebaa3d18532f9d39c3886f7286673c0786 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Mar 2022 11:23:39 -0400 Subject: [PATCH] block asyncmy 0.2.4 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 (cherry picked from commit bbd6420b39edb24481f171b8d0081149dd2e5ba7) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 807ee91705..85c4796aee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,7 +77,7 @@ aiomysql = aiomysql;python_version>="3" asyncmy = %(asyncio)s - asyncmy>=0.2.3;python_version>="3" + asyncmy>=0.2.3,!=0.2.4;python_version>="3" aiosqlite = %(asyncio)s aiosqlite;python_version>="3" -- 2.47.2