From 3c924958cf09ce8494303b17341992bbe2669905 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Wed, 5 May 2021 09:52:32 +0200 Subject: [PATCH] Specify minimum typing_extensions version Fixes #31 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a5449f..26ec669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ test = [ 'pytest', 'pytest-cov', 'pytest-black', - 'typing_extensions; python_version<"3.8"', + 'typing_extensions>=3.10; python_version<"3.8"', ] doc = [ 'sphinx-autodoc-typehints>=1.12',