Closed
Description
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
- I agree to follow this project's Code of Conduct