fix(build): remove dependencies added for compatibility (#5108)

This commit is contained in:
Aseem Bansal 2022-06-07 19:59:17 +05:30 committed by GitHub
parent e567d70d37
commit 596853ae1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {