Skip to content

Commit

Permalink
fix(ingest): bump typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 26, 2023
1 parent 53eaac5 commit ca0f5ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ca0f5ad

Please sign in to comment.