This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 67468ef2c5b Optimize DAG serialization by excluding schema default
values (#55849)
add b8d8b056feb Handle trigger calls to get_connection (#55799)
add 16569d9a83d Install ``greenback`` in Task SDK (#55855)
No new revisions were added by this update.
Summary of changes:
airflow-core/pyproject.toml | 1 +
airflow-core/src/airflow/jobs/triggerer_job_runner.py | 5 +++++
airflow-core/tests/unit/jobs/test_triggerer_job.py | 11 +++++------
task-sdk/pyproject.toml | 1 +
task-sdk/src/airflow/sdk/definitions/connection.py | 19 +++++++++++++++++++
5 files changed, 31 insertions(+), 6 deletions(-)