This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 6aeee156337 Fixing uv upgrade failures on main (#53406)
add 7d00376c68d feat(hitl): include task_instance detail in hitl detail
response (#53373)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/hitl.py | 3 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 7 ++-
.../api_fastapi/core_api/routes/public/hitl.py | 7 ++-
airflow-core/src/airflow/models/hitl.py | 6 +++
airflow-core/src/airflow/models/taskinstance.py | 2 +
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 7 ++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
.../core_api/routes/public/test_hitl.py | 47 +++++++++++++++++-
.../src/airflowctl/api/datamodels/generated.py | 56 +++++++++++-----------
.../ci/pre_commit/check_ti_vs_tis_attributes.py | 1 +
10 files changed, 98 insertions(+), 40 deletions(-)