From e13d1d822f5d5190270f89fc545079f143363bcb Mon Sep 17 00:00:00 2001 From: Pietro Zambelli Date: Tue, 3 Sep 2024 02:14:02 +0200 Subject: [PATCH] Update minimum 'typing-extensions' requirements from '>=3.7.4.3' to '>=4.6.0' to support 'TypeAliasType' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9d61afa3..bfd4dba0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] dependencies = [ "click >= 8.0.0", - "typing-extensions >= 3.7.4.3", + "typing-extensions >= 4.6.0", ] readme = "README.md" [project.urls]