Skip to content

Commit

Permalink
Widen ranges for GCP libraries (apache#12198)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jul 31, 2020
1 parent 7c1772d commit d971ba1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,19 +201,19 @@ def get_version():
GCP_REQUIREMENTS = [
'cachetools>=3.1.0,<4',
'google-apitools>=0.5.31,<0.5.32',
'google-cloud-datastore>=1.7.1,<1.8.0',
'google-cloud-pubsub>=0.39.0,<1.1.0',
'google-cloud-datastore>=1.7.1,<2',
'google-cloud-pubsub>=0.39.0,<2',
# GCP packages required by tests
'google-cloud-bigquery>=1.6.0,<=1.26.1',
'google-cloud-bigquery>=1.6.0,<2',
'google-cloud-core>=0.28.1,<2',
'google-cloud-bigtable>=0.31.1,<1.1.0',
'google-cloud-spanner>=1.13.0,<1.14.0',
'google-cloud-bigtable>=0.31.1,<2',
'google-cloud-spanner>=1.13.0,<2',
'grpcio-gcp>=0.2.2,<1',
# GCP Packages required by ML functionality
'google-cloud-dlp>=0.12.0,<=0.13.0',
'google-cloud-dlp>=0.12.0,<2',
'google-cloud-language>=1.3.0,<2',
'google-cloud-videointelligence>=1.8.0,<1.14.0',
'google-cloud-vision>=0.38.0,<0.43.0',
'google-cloud-videointelligence>=1.8.0,<2',
'google-cloud-vision>=0.38.0,<2',
]

INTERACTIVE_BEAM = [
Expand Down

0 comments on commit d971ba1

Please sign in to comment.