This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-6a73afb-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 904ad4b6bd8 Added deadlock detection in CommsDecoder (#68377)
add 19cf2f33a07 [v3-3-test] Tidy taskgroup topo-sort tests; note why grid
group_dict is uncached (#70590) (#70686)
add c93ea0cb300 Bump the 3-3-uv-dependency-updates group in /dev/breeze
with 8 updates (#70608)
add ae84ab6935f Fix secrets not masked in Rendered Templates view with
KubernetesPodOperator (#68975) (#70756)
add fcfe46b68f8 Fix NPM vulenaribilities in simple auth manager (#70191)
(#70753)
add 1e07bdae52f Fix sphinx build error (#69505) (#70761)
add d0494606354 Merge branch 'v3-3-test' into backport-6a73afb-v3-3-test
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/best-practices.rst | 2 +-
.../auth/managers/simple/ui/package.json | 3 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 13 +--
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 5 ++
airflow-core/tests/unit/utils/test_task_group.py | 11 +--
dev/breeze/uv.lock | 84 +++++++++----------
task-sdk/src/airflow/sdk/execution_time/context.py | 28 +++----
.../tests/task_sdk/execution_time/test_context.py | 93 ++++++++++++++++++++++
8 files changed, 170 insertions(+), 69 deletions(-)