Skip to content

Commit

Permalink
fix(ingest): fix compatibility with google composer (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Dec 20, 2021
1 parent 2ee1a78 commit 77e3641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():
base_requirements = {
# Compatability.
"dataclasses>=0.6; python_version < '3.7'",
"typing_extensions>=3.10.0.2",
"typing_extensions>=3.10.0.2,<4",
"mypy_extensions>=0.4.3",
# Actual dependencies.
"typing-inspect",
Expand Down

0 comments on commit 77e3641

Please sign in to comment.