You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/01/30 00:29:53 UTC

[beam] branch spanner-version created (now 0bae509)

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a change to branch spanner-version
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 0bae509  "Upgrade" google-cloud-spanner version to 1.13.0

This branch includes the following new commits:

     new 0bae509  "Upgrade" google-cloud-spanner version to 1.13.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: "Upgrade" google-cloud-spanner version to 1.13.0

Posted by ib...@apache.org.
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 <kc...@google.com>
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',
 ]