From 2f05652730c02d43f90fe7358853e6167e20c1dc Mon Sep 17 00:00:00 2001 From: gazorby Date: Sat, 5 Feb 2022 18:13:13 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20build(deps):=20relax=20depen?= =?UTF-8?q?dency=20on=20typing-extensions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 18aa9489..cc5e49df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ include_package_data = True install_requires = pytest >= 6.1.0 - typing-extensions >= 4.0; python_version < "3.8" + typing-extensions >= 3.7.4; python_version < "3.8" [options.extras_require] testing = From e3eaeaf590fd507f86f3d2f333c4dcb762022b3d Mon Sep 17 00:00:00 2001 From: gazorby Date: Sat, 5 Feb 2022 18:25:33 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20build(deps):=20even=20more?= =?UTF-8?q?=20relaxing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cc5e49df..a28c5fcc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ include_package_data = True install_requires = pytest >= 6.1.0 - typing-extensions >= 3.7.4; python_version < "3.8" + typing-extensions >= 3.7.2; python_version < "3.8" [options.extras_require] testing =