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 83fa2ea790f376747c52f44be32e89cfd2b6add9 Merge: 0540b9b8df8 858df9991d0 Author: Rahul Vats <[email protected]> AuthorDate: Fri Aug 7 08:57:53 2026 +0530 Merge remote-tracking branch 'refs/remotes/origin/main' .pre-commit-config.yaml | 2 +- .../src/airflow/jobs/scheduler_job_runner.py | 39 ++-- airflow-core/src/airflow/ui/package.json | 2 +- airflow-core/src/airflow/ui/pnpm-lock.yaml | 28 +-- .../src/components/MonacoEditor/configureMonaco.ts | 39 ++-- .../components/MonacoEditor/pythonFStrings.test.ts | 4 +- .../ui/src/components/renderStructuredLog.tsx | 1 + .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx | 113 ++++++++++ .../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 37 +++- .../pages/TaskInstance/Logs/logSelection.test.ts | 230 ++++++++++++++++++++- .../ui/src/pages/TaskInstance/Logs/logSelection.ts | 135 ++++++++++++ .../src/airflow/ui/src/queries/useLogs.test.ts | 58 ++++++ .../src/airflow/ui/src/queries/useLogs.tsx | 52 ++++- airflow-core/src/airflow/ui/src/vite-env.d.ts | 9 +- airflow-core/tests/unit/jobs/test_scheduler_job.py | 149 +++++++++++++ devel-common/pyproject.toml | 2 +- generated/known_airflow_exceptions.txt | 2 +- .../git/src/airflow/providers/git/bundles/git.py | 2 +- providers/git/tests/unit/git/bundles/test_git.py | 4 +- pyproject.toml | 11 + scripts/ci/prek/check_imports_in_providers.py | 2 +- scripts/ci/prek/ruff_format.py | 2 +- .../airflow/sdk/execution_time/schema/AGENTS.md | 9 +- uv.lock | 44 ++-- 24 files changed, 883 insertions(+), 93 deletions(-)
