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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to