potiuk commented on code in PR #30963: URL: https://github.com/apache/airflow/pull/30963#discussion_r1205302241
########## airflow/providers/alibaba/cloud/log/oss_task_handler.py: ########## @@ -21,10 +21,10 @@ import os import pathlib import shutil +from functools import cached_property from packaging.version import Version -from airflow.compat.functools import cached_property Review Comment: That is a good point. I think the lazy consensus @eladkal sent today at the devlist cover the case - once we agree to the proposal there, i think we are free to release next wave of providers with 3.8 -3.11 support -- 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]
