You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/08/04 23:24:44 UTC

[beam] branch master updated: [BEAM-10635] Fix forward the google-api-core version

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

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cc2955  [BEAM-10635] Fix forward the google-api-core version
     new eb26aef  Merge pull request #12466 from KevinGG/fix_forward
0cc2955 is described below

commit 0cc29551b423da8b729191f0dce8d8635e9a9ede
Author: Ning Kang <ni...@google.com>
AuthorDate: Tue Aug 4 14:44:39 2020 -0700

    [BEAM-10635] Fix forward the google-api-core version
    
    1. For the Python container base image, moved the google-api-core
       version from 1.20.0 to 1.21.0 since the google-cloud-bigquery 1.26.1
       has requirement google-api-core<2.0dev,>=1.21.0.
    2. The google-cloud-bigquery version advancement happened in commit:
       https://github.com/apache/beam/commit/a315672dbe2b82e013e8120ac5398c623c7b13a7
---
 sdks/python/container/base_image_requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/container/base_image_requirements.txt b/sdks/python/container/base_image_requirements.txt
index fd9163b..3484d38 100644
--- a/sdks/python/container/base_image_requirements.txt
+++ b/sdks/python/container/base_image_requirements.txt
@@ -45,7 +45,7 @@ typing==3.7.4.1;python_full_version<"3.5.3"
 typing-extensions==3.7.4.1
 
 # GCP extra features
-google-api-core==1.20.0
+google-api-core==1.21.0
 google-apitools==0.5.28
 google-cloud-pubsub==1.0.2
 google-cloud-bigquery==1.26.1