You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and 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:
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: