diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 6646a58e529a..8a0c9aefab16 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -120,9 +120,9 @@ def get_version(): 'google-apitools>=0.5.10,<=0.5.11', 'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4', 'googledatastore==7.0.1', - 'google-cloud-pubsub==0.25.0', + 'google-cloud-pubsub==0.26.0', # GCP packages required by tests - 'google-cloud-bigquery>=0.23.0,<0.25.0', + 'google-cloud-bigquery>=0.23.0,<0.26.0', ]