From 9131a5208f28ea3c2991c2b05873a495c1a9c851 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Aug 2021 10:51:56 -0400 Subject: [PATCH] exclude typing_extensions 3.10.0.1 for aiosqlite install Change-Id: I7b35bc86a7b78f96d8006515341f7cc7a6b49dcc References: https://github.com/python/typing/issues/865 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 12312ee882..d88cb13d11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,6 +77,7 @@ aiomysql = aiosqlite = %(asyncio)s aiosqlite;python_version>="3" + typing_extensions!=3.10.0.1 sqlcipher = sqlcipher3_binary;python_version>="3" -- 2.47.2