Skip to content

Commit

Permalink
Merge pull request #9491: [BEAM-5539] Upgrade google-cloud-pubsub and…
Browse files Browse the repository at this point in the history
… bigtable packages.
  • Loading branch information
chamikaramj committed Sep 12, 2019
2 parents 632b54b + a0e02ab commit bce94cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/setup.py
Expand Up @@ -153,11 +153,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 bce94cd

Please sign in to comment.