This is an automated email from the ASF dual-hosted git repository. ibzib pushed a commit to branch spanner-version in repository https://gitbox.apache.org/repos/asf/beam.git
commit 0bae5091a45f96a8e26cd8bce34e84b80edf5e06 Author: Kyle Weaver <[email protected]> AuthorDate: Wed Jan 29 16:29:44 2020 -0800 "Upgrade" google-cloud-spanner version to 1.13.0 While it would appear that the version is between 1.7.1 and 1.8, there was a [typo](https://github.com/apache/beam/commit/5b6a0ea3ba59760515ecfc76684d8202fd54c647#r37030059), so this PR doesn't actually change the current behavior. --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index a396d17..788cc7b 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -204,7 +204,7 @@ GCP_REQUIREMENTS = [ 'google-cloud-bigtable>=0.31.1,<1.1.0', # [BEAM-4543] googledatastore is not supported in Python 3. 'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4; python_version < "3.0"', - 'google-cloud-spanner>=1.7.1<1.8.0', + 'google-cloud-spanner>=1.13.0,<1.14.0', 'grpcio-gcp>=0.2.2,<1', ]
