Constraints on attrs
package breaks compatibility with apache-airflow
python sdk
#5075
Labels
attrs
package breaks compatibility with apache-airflow
python sdk
#5075
Describe the bug
The current pyproject requires
attrs>=23.1.0,<24
, while the airflow libraries has required at least24
since version 2.10.0 (see here)Would it be possible to relax the upper bound to include
attrs>=24
?To reproduce
With
uv
, use this pyprojectand run
uv pip compile -o requirements.txt pyproject.toml --constraints https://raw.githubusercontent.com/apache/airflow/constraints-2.10.3/constraints-3.11.txt
The text was updated successfully, but these errors were encountered: