You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Camilo Martinez (Jira)" <ji...@apache.org> on 2019/09/26 15:09:00 UTC

[jira] [Created] (AIRFLOW-5561) Very old version of httplib2 installed when using gcp extra

Camilo Martinez created AIRFLOW-5561:
----------------------------------------

             Summary: Very old version of httplib2 installed when using gcp extra
                 Key: AIRFLOW-5561
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5561
             Project: Apache Airflow
          Issue Type: Bug
          Components: gcp
    Affects Versions: 1.10.5, 1.10.4, 1.10.3
            Reporter: Camilo Martinez


After starting to use poetry to properly resolve airflow dependencies I faced network issues that I pinpointed to httplib2 interactions with proxy in my corporate network.

When making an http request I would get a "Network not reachable" exception

I isolated the problem to happen when using a very old version of httplib2 while using gcp extra which has a dependency range too strict (~=0.9.2)

I noticed that this dependency used to be httplib2>=0.9.2 and it was changed as part of AIRFLOW-3971  commit (91b856f) without a clear reason why a more strict dependency is needed



--
This message was sent by Atlassian Jira
(v8.3.4#803005)