potiuk commented on code in PR #43568: URL: https://github.com/apache/airflow/pull/43568#discussion_r1825717363
########## newsfragments/43568.significant.rst: ########## Review Comment: Yeah. I think we should mention it - because for example they might rely on `virtualenv` being available to use it in their code - and generally it will disappear now from the images and maybe they also installed airflow with `[virtualenv]` extra as well, so we need to have it in "Airflow 3" release notes so that at least when someone will install airflow and does not find virtualenv they will be able to find it. That's the main reason I put it in release notes - not becuase Python Virtualenv Operator changes virtualenv to venv :) - this will be described in regular "standard" python operator changelog as a change vs. PythonVirtualOperator from Airflow 2 "core" -- 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]
