From fc60c9d15bac1b96121d6d834788f05909e29172 Mon Sep 17 00:00:00 2001 From: Lucain Pouget Date: Fri, 27 Oct 2023 09:54:37 +0200 Subject: [PATCH] Fix CI (typing-extensions minimal requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a69ad51a3c..cfba9e052b 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ def get_version() -> str: # Typing extra dependencies list is duplicated in `.pre-commit-config.yaml` # Please make sure to update the list there when adding a new typing dependency. extras["typing"] = [ + "typing-extensions>=4.8.0", "types-PyYAML", "types-requests", "types-simplejson",