From 14bf585171e357798ebd2f999720640068dad7aa Mon Sep 17 00:00:00 2001 From: Giovanni Palla <25887487+giovp@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:36:13 +0200 Subject: [PATCH] unpin typing extensions (#372) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3eea80ee..852684f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "shapely>=2.0.1", "rich", "pyarrow", - "typing_extensions>=4.0.0,<4.6.0", + "typing_extensions>=4.8.0", "dask-image", "networkx", "xarray-spatial>=0.3.5", @@ -193,4 +193,3 @@ convention = "numpy" # pyupgrade typing rewrite TODO: remove at some point from per-file ignore # "UP006", "UP007" - \ No newline at end of file