Lee-W commented on PR #31379:
URL: https://github.com/apache/airflow/pull/31379#issuecomment-1552901315
Hi @ashb @potiuk , I tried to address all the comments. The following is the
latest change
```python
try:
airflow_version = airflow.__version__
except Exception:
from importlib.metadata import version
version("airflow")
if packaging.version.parse(airflow_version) <
packaging.version.parse("2.4.0"):
```
--
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]