Make compiled packages such as "grpc" and "proto-plus" optional extras #1431
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I believe proto-plus / protobuf / grpc packages were only needed for
google.cloud.bigquery_v2
. These modules have been deprecated and disconnected from thegoogle.cloud.bigquery
modules in version 3.x. I believe this means we can move those dependencies to "extras" (a.k.a. optional dependencies) and make our package lighter-weight by default.Follow-up to https://github.com/googleapis/python-bigquery/pull/1282/files#discussion_r928022130 and https://github.com/googleapis/python-bigquery/pull/1282/files#discussion_r928022317
The text was updated successfully, but these errors were encountered: