Skip to content

Commit

Permalink
fix(build): remove dependencies added for compatibility (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Jun 7, 2022
1 parent e567d70 commit 596853a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ def get_long_description():
"google-cloud-logging",
"google-cloud-bigquery",
"more-itertools>=8.12.0",
# we do not use protobuf directly but newer version caused bigquery connector to fail
"protobuf<=3.20.1",
# we do not depend directly on these google libraries
# but need to limit versions to reduce time taken for resolution
"google-cloud-core>=2.3.0",
"google-cloud-bigquery-storage>=2.13.1",
"google-resumable-media>=2.3.3",
}

snowflake_common = {
Expand Down

0 comments on commit 596853a

Please sign in to comment.