This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 747a3e703aa Add deprecation notice for using Connection from models
(#53594)
add 66c5b23ade9 Clean up circular imports in HITL datamodels (#53592)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/execution_api/datamodels/hitl.py | 6 ------
.../api_fastapi/execution_api/routes/hitl.py | 6 +++---
airflow-core/src/airflow/models/taskinstance.py | 3 +++
task-sdk/src/airflow/sdk/api/client.py | 4 ++--
.../src/airflow/sdk/api/datamodels/_generated.py | 22 ++--------------------
task-sdk/src/airflow/sdk/execution_time/comms.py | 8 +++-----
6 files changed, 13 insertions(+), 36 deletions(-)