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

[jira] [Commented] (AIRFLOW-4546) Fix version conflict in gcp_api extras

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

Sergei Guschin commented on AIRFLOW-4546:
-----------------------------------------

i do not see this resolved even at 1.10.5:

trying to 
_pip-compile --output-file requirements.txt requirements.in --verbose_

with _apache-airflow[gcp_api]==1.10.4_ or _1.10.5_ as content of requirements.in:


*Could not find a version that matches grpc-google-iam-v1<0.12dev,<0.13dev,>=0.11.4,>=0.12.3*

*Tried: 0.9.0, 0.10.0, 0.10.1, 0.11.1, 0.11.3, 0.11.4, 0.12.0, 0.12.1, 0.12.2, 0.12.3*

*There are incompatible versions in the resolved dependencies.*

 

 

> Fix version conflict in gcp_api extras
> --------------------------------------
>
>                 Key: AIRFLOW-4546
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4546
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Josh Carp
>            Assignee: Josh Carp
>            Priority: Trivial
>             Fix For: 1.10.4
>
>
> The `gcp_api` extras group pins `google-cloud-bigtable` to version 0.31.0, which pins `google-cloud-core<0.29dev,>=0.28.0`. This is incompatible with several other `gcp_api` requirements, which require `google-cloud-core>=1.0`. This discrepancy has been resolved in `google-cloud-bigtable` version 0.33.0. We should upgrade to fix.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)