potiuk commented on code in PR #52727: URL: https://github.com/apache/airflow/pull/52727#discussion_r2182645811
########## providers/standard/docs/changelog.rst: ########## @@ -35,6 +35,32 @@ Changelog --------- +1.3.1 +..... + +Misc +~~~~ + +* ``Move 'BaseHook' implementation to task SDK (#51873)`` +* ``Disable UP038 ruff rule and revert mandatory 'X | Y' in insintance checks (#52644)`` +* ``Upgrade ruff to latest version (0.12.1) (#52562)`` +* ``Move compat shim in Standard Provider to 'version_compat.py' (#52567)`` +* ``Add a bunch of no-redef ignores so Mypy is happy (#52507)`` +* ``Drop support for Python 3.9 (#52072)`` +* ``Replace 'models.BaseOperator' to Task SDK one for Standard Provider (#52292)`` +* ``Add deprecation to 'airflow/sensors/base.py' (#52249)`` + +Doc-only +~~~~~~~~ + +* ``Add support for 'PackageIndex' connections in 'PythonVirtualenvOperator' (#52288)`` +* ``Honor 'index_urls' when venv is created with 'uv' in 'PythonVirtualenvOperator' (#52287)`` Review Comment: > Apologies for introducing that bug, fix here: https://github.com/apache/airflow/pull/52757 Nothing to apologise for.. Only the one who does nothing makes no mistakes :) -- 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]
