Skip to content

Commit

Permalink
fix(ingest): bump typing-extensions (#8897)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Sep 26, 2023
1 parent 2e1afaf commit dc9141a
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 dc9141a

Please sign in to comment.