This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit b57ccf0f829 [v3-0-test] Fix reading huge (XCom) resposne in TaskSDK
task process (#53186) (#53194)
omit 62c83d11daf [v3-0-test] Dont use builtin len as variable (#51992)
(#53193)
omit 8ccc2f93ac5 [v3-0-test] Move --no-binary flag to uv command line from
pyproject.toml (#53179) (#53185)
omit 220fb39d603 [v3-0-test] Unify connection not found exceptions between
AF2 and AF3 (#52968) (#53093)
omit 293a383c909 Run Task failure callbacks on DAG Processor when task is
externally killed (#53058) (#53143)
omit 08223283e24 [v3-0-test] docs: update public interface doc to reflect
airflow.sdk and AIP-72 (#52197) (#53117)
omit 19b81f61a87 [v3-0-test] Remove remnants of ~= used in requires-python.
(#52985) (#52987)
omit 5fd84d9531e Remove upper-binding for "python-requires" (#52980)
(#52984)
omit dcae57d6fe9 [v3-0-test] Make the update_installer_and_pre_commit
script more resilient to re matches (#52960) (#52961)
omit 3323f43d1a0 [v3-0-test] Workaround the need to use latest version on
Lucas pre-commit's (#52931) (#52942)
omit 088410e0c23 [v3-0-test] Advanced auto classification for provider
documentation (#52902) (#52925)
omit 369ad9bcad0 [Backport v3-0-test] Add back dag parsing pre-import
optimization (#50371) (#52698)
new 5b81b39b12a [v3-0-test] Dont use builtin len as variable (#51992)
(#53193)
new d159feef80d [v3-0-test] Fix reading huge (XCom) resposne in TaskSDK
task process (#53186) (#53194)
new 125e2e5f1dc [Backport v3-0-test] Add back dag parsing pre-import
optimization (#50371) (#52698)
new aea7296ae2f [v3-0-test] Advanced auto classification for provider
documentation (#52902) (#52925)
new 1edbd2dd3d4 [v3-0-test] Workaround the need to use latest version on
Lucas pre-commit's (#52931) (#52942)
new b494abdc875 [v3-0-test] Make the update_installer_and_pre_commit
script more resilient to re matches (#52960) (#52961)
new 1b87286f24a Remove upper-binding for "python-requires" (#52980)
(#52984)
new 6e394358cd9 [v3-0-test] Remove remnants of ~= used in requires-python.
(#52985) (#52987)
new 2af039b4f8c [v3-0-test] docs: update public interface doc to reflect
airflow.sdk and AIP-72 (#52197) (#53117)
new 9359b88bc9c Run Task failure callbacks on DAG Processor when task is
externally killed (#53058) (#53143)
new 33cf4223a09 [v3-0-test] Unify connection not found exceptions between
AF2 and AF3 (#52968) (#53093)
new 61f39160b62 [v3-0-test] Move --no-binary flag to uv command line from
pyproject.toml (#53179) (#53185)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b57ccf0f829)
\
N -- N -- N refs/heads/v3-0-test (61f39160b62)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes: