From e1bb7712e66b704077548c95e1c41eb143032b2c Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 18 Jun 2024 08:04:33 +0200 Subject: [PATCH] Remove typing-extensions pin again infra#161 Problem should now be resolved with recent 4.12.2 release refs: eu-cdse/openeo-cdse-infra#161, https://github.com/python/typing_extensions/issues/425 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 4608d87c..5661e32a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,6 @@ "pystac", "jsonschema", "dirty-equals>=0.6", - "typing-extensions<4.12.1; python_version<'3.9'", # Workaround for weird dirty_equals-xarray conflict on Python 3.8 https://github.com/samuelcolvin/dirty-equals/issues/99 ] setup(