You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/02 11:09:00 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-5561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942703#comment-16942703 ] 

ASF subversion and git services commented on AIRFLOW-5561:
----------------------------------------------------------

Commit a206d7d846e9459d9f2611582191c6e5490e9f64 in airflow's branch refs/heads/v1-10-stable from Camilo Martinez
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=a206d7d ]

[AIRFLOW-5561] Relax httplib2 version required for gcp extra (#6194)

As part of [AIRFLOW-3971] a minor version range dependency was
introduced that means that only older versions of httplib2 can
be used.

I'm relaxing this dependency as I tested with the latest 0.13.1
and it works correctly

(cherry picked from commit 4d4fda75333b1e6ae4e99b407ab2b1edc0d139d8)


> 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.3, 1.10.4, 1.10.5
>            Reporter: Camilo Martinez
>            Assignee: Kamil Bregula
>            Priority: Major
>             Fix For: 1.10.6
>
>
> 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)