You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/14 04:51:35 UTC

[GitHub] [airflow] uranusjr commented on issue #24421: Airflow pinning old version of attrs: apache-airflow (>=2.3.2,<3.0.0) requires attrs (>=20.0,<21.0)

uranusjr commented on issue #24421:
URL: https://github.com/apache/airflow/issues/24421#issuecomment-1154707827

   Also note that the `setup.cfg` contains some reasoning:
   
   ```
       # We limit the version of attrs to work with the old version of cattrs
       attrs>=20.0,<21.0
       # Cattrs upgrades were known to break lineage https://github.com/apache/airflow/issues/16172
       # TODO: Cattrs is now at 3.8 version so we should attempt to upgrade cattrs soon.
       cattrs~=1.1, !=1.7.*
   ```
   
   You can use `git blame` to find the corresponding issues that added these comments. They provide context for you to evaluate whether upgrades are viable, and how they can be done.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org