From 06a1db66db7e1a89a0beafb10106bac4b72b02d9 Mon Sep 17 00:00:00 2001 From: pgjones Date: Sun, 9 Apr 2023 16:07:24 +0100 Subject: Require typing-extensions > 4.2 As this is the first version that includes ParamSpec, which is the required usage of typing-extensions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 64f467c..ca0f5af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">= 3.7" dynamic = ["version"] -dependencies = ["typing-extensions"] +dependencies = ["typing-extensions>=4.2"] [project.urls] Homepage = "https://blinker.readthedocs.io" -- cgit v1.2.1