Skip to content

Commit

Permalink
[BEAM-5539] Upgrade google-cloud-pubsub and bigquery packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
udim committed Sep 10, 2019
1 parent 55b4815 commit 2c165f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/setup.py
Expand Up @@ -147,11 +147,11 @@ def get_version():
# [BEAM-4543] googledatastore is not supported in Python 3.
'googledatastore>=7.0.1,<7.1; python_version < "3.0"',
'google-cloud-datastore>=1.7.1,<1.8.0',
'google-cloud-pubsub>=0.39.0,<0.40.0',
'google-cloud-pubsub>=0.39.0,<1.1.0',
# GCP packages required by tests
'google-cloud-bigquery>=1.6.0,<1.18.0',
'google-cloud-core>=0.28.1,<2',
'google-cloud-bigtable>=0.31.1,<0.33.0',
'google-cloud-bigtable>=0.31.1,<1.1.0',
]


Expand Down

0 comments on commit 2c165f7

Please sign in to comment.