Skip to content

Airflow 3.02 Constraints conflicts #52191

Closed
@tkansara

Description

@tkansara

Apache Airflow version

3.0.2

If "Other Airflow 2 version" selected, which one?

No response

What happened?

In the constraint file for Airflow there are these 3 packages I use:
awswrangler==3.11.0
packaging
redshift-connector==2.1.7

The issue is that above is conflicting, - The issue is that awswrangler==3.11.0 requires packaging<25.0 but the constraints might be forcing packaging==25.0.

Hope this clarifies

What you think should happen instead?

No response

How to reproduce

RUN pip install -r /requirements-airflow.txt --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.0.2/constraints-3.12.txt" --force-reinstall

requirement file can have aove 3 packages without the versioning.

Operating System

Linux

Versions of Apache Airflow Providers

No response

Deployment

Official Apache Airflow Helm Chart

Deployment details

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:corearea:dependenciesIssues related to dependencies problemsinvalidkind:bugThis is a clearly a bugpriority:mediumBug that should be fixed before next release but would not block a release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions