From 596853ae1f36f533ea6acad623c2dac6ac72e18b Mon Sep 17 00:00:00 2001 From: Aseem Bansal Date: Tue, 7 Jun 2022 19:59:17 +0530 Subject: [PATCH] fix(build): remove dependencies added for compatibility (#5108) --- metadata-ingestion/setup.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 82c5c241dd..b54fdec81b 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -117,13 +117,6 @@ bigquery_common = { "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 = {