This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 13b999f4573 Attempt to resolve pip "ResolutionTooDeep" on cffi
conflict (#57697)
add 1632789b4d2 Prioritize custom serializers over built-in ones. (#56736)
(#56881)
No new revisions were added by this update.
Summary of changes:
.../docs/authoring-and-scheduling/serializers.rst | 6 +--
airflow-core/newsfragments/56881.significant.rst | 16 ++++++++
airflow-core/src/airflow/serialization/serde.py | 43 +++++++++++-----------
.../tests/unit/cli/commands/test_dag_command.py | 4 +-
.../tests/unit/serialization/test_serde.py | 34 +++++++++++++++++
5 files changed, 78 insertions(+), 25 deletions(-)
create mode 100644 airflow-core/newsfragments/56881.significant.rst