This is an automated email from the ASF dual-hosted git repository.

vatsrahul1001 pushed a commit to annotated tag constraints-latest
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 71fbaa0344a74973e12ecfd5dcf6719ac1447196
Merge: 98ba5ccd255 d3c02bbb2cb
Author: Rahul Vats <[email protected]>
AuthorDate: Tue Aug 11 09:24:29 2026 +0530

    Merge remote-tracking branch 'refs/remotes/origin/main'

 airflow-core/docs/migrations-ref.rst               |   4 +-
 .../docs/security/deprecated_permissions.rst       |  20 +-
 airflow-core/src/airflow/dag_processing/dagbag.py  |   4 +-
 .../0130_3_4_0_add_new_index_for_trigger.py        |  49 ++
 airflow-core/src/airflow/models/trigger.py         |   3 +-
 airflow-core/src/airflow/ui/package.json           |  24 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 681 ++++++++++-----------
 .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx   | 109 +++-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  87 ++-
 .../pages/TaskInstance/Logs/logSelection.test.ts   | 189 ++++++
 .../ui/src/pages/TaskInstance/Logs/logSelection.ts |  63 ++
 airflow-core/src/airflow/utils/db.py               |   2 +-
 .../tests/unit/dag_processing/test_dagbag.py       |   8 +-
 .../providers/amazon/aws/sensors/bedrock.py        |  27 +-
 .../tests/unit/amazon/aws/sensors/test_bedrock.py  |  18 +-
 providers/microsoft/azure/docs/changelog.rst       |   1 +
 .../microsoft/azure/docs/filesystems/msgraph.rst   |   8 +-
 .../providers/microsoft/azure/fs/msgraph.py        |  64 +-
 .../tests/unit/microsoft/azure/fs/test_msgraph.py  | 106 +++-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   7 +-
 task-sdk/tests/task_sdk/definitions/test_dag.py    |   4 +-
 ts-sdk/.pre-commit-config.yaml                     |   1 +
 ts-sdk/README.md                                   |   6 +
 ts-sdk/pnpm-lock.yaml                              |  42 ++
 ts-sdk/pnpm-workspace.yaml                         |  35 ++
 25 files changed, 1142 insertions(+), 420 deletions(-)

Reply via email to