chore(ci): relax bigquery dependency (#7309)

This commit is contained in:
Aseem Bansal 2023-02-21 13:03:00 +05:30 committed by GitHub
parent 237933cc8d
commit f8a73005d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ looker_common = {
bigquery_common = {
"google-api-python-client",
# Google cloud logging library
"google-cloud-logging<3.1.2",
"google-cloud-logging<=3.5.0",
"google-cloud-bigquery",
"more-itertools>=8.12.0",
}