From dc9141a6f405aba866dc8a31212dce9d9fe3fae3 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Tue, 26 Sep 2023 13:34:36 -0400 Subject: [PATCH] fix(ingest): bump typing-extensions (#8897) --- metadata-ingestion/setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 2387e848e68a2..80e6950dc5ace 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -18,9 +18,7 @@ def get_long_description(): base_requirements = { - # Typing extension should be >=3.10.0.2 ideally but we can't restrict due to Airflow 2.0.2 dependency conflict - "typing_extensions>=3.7.4.3 ; python_version < '3.8'", - "typing_extensions>=3.10.0.2,<4.6.0 ; python_version >= '3.8'", + "typing_extensions>=3.10.0.2", "mypy_extensions>=0.4.3", # Actual dependencies. "typing-inspect",