You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/11 22:34:58 UTC

[airflow] 17/32: Pin google-cloud-container to <2 (#9901)

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

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6d10a7f71c6aa10f7020bd4b69355f36bc9179b7
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Mon Jul 20 22:56:37 2020 +0100

    Pin google-cloud-container to <2 (#9901)
    
    (cherry picked from commit 560e0b504b52ead405b604934893c784ddf4dafa)
---
 Dockerfile.ci | 2 +-
 setup.py      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.ci b/Dockerfile.ci
index 5d4f240..2797e34 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -186,7 +186,7 @@ RUN mkdir -pv ${AIRFLOW_HOME} && \
     mkdir -pv ${AIRFLOW_HOME}/logs
 
 # Increase the value here to force reinstalling Apache Airflow pip dependencies
-ARG PIP_DEPENDENCIES_EPOCH_NUMBER="3"
+ARG PIP_DEPENDENCIES_EPOCH_NUMBER="4"
 ENV PIP_DEPENDENCIES_EPOCH_NUMBER=${PIP_DEPENDENCIES_EPOCH_NUMBER}
 
 # Optimizing installation of Cassandra driver
diff --git a/setup.py b/setup.py
index 1fe821b..e11ce70 100644
--- a/setup.py
+++ b/setup.py
@@ -255,7 +255,7 @@ gcp = [
     'google-auth>=1.0.0, <2.0.0dev',
     'google-auth-httplib2>=0.0.1',
     'google-cloud-bigtable>=1.0.0',
-    'google-cloud-container>=0.1.1',
+    'google-cloud-container>=0.1.1,<2.0',
     'google-cloud-dlp>=0.11.0',
     'google-cloud-language>=1.1.1',
     'google-cloud-secret-manager>=0.2.0',