Skip to content

Version Incompatibility in 1.10.14 between apache-airflow-backport-providers-slack & airflow-1.10.14  #13558

@yogyang

Description

@yogyang

Apache Airflow version: 1.10.14

Kubernetes version (if you are using kubernetes) (use kubectl version): no k8s

Environment:

  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

What happened:

when preparing codes for Airflow 2.0 compatibility

SolverProblemError

  Because apache-airflow-backport-providers-slack (2020.10.29) depends on slackclient (>=2.0.0,<3.0.0)
   and apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (1.10.14) depends on slackclient (>=1.0.0,<2.0.0), apache-airflow-backport-providers-slack (2020.10.29) is incompatible with apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (1.10.14).
  So, because airflow depends on both apache-airflow[aws,celery,crypto,datadog,ldap,mongo,password,postgres,sentry,slack,ssh,statsd] (=1.10.14) and apache-airflow-backport-providers-slack (=2020.10.29), version solving failed.

What you expected to happen:

backport-providers-slack should have lower slack

How to reproduce it:

pip install apache-airflow==1.10.14
pip install apache-airflow-backport-providers-slack

Anything else we need to know:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions