This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e8194f12e8e Introduce generic Callbacks to support running callbacks
on executors (#54796)
add 4791bbb5206 Fix DAG params API contract broken by #55111 (#56831)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/api_fastapi/core_api/datamodels/dags.py | 2 +-
.../src/airflow/api_fastapi/core_api/datamodels/tasks.py | 2 +-
airflow-core/src/airflow/serialization/definitions/param.py | 8 ++++++++
.../tests/unit/api_fastapi/core_api/routes/public/test_dags.py | 4 ++--
.../unit/api_fastapi/core_api/routes/public/test_tasks.py | 10 +++++-----
.../tests/unit/serialization/test_dag_serialization.py | 6 ++++++
6 files changed, 23 insertions(+), 9 deletions(-)