amoghrajesh commented on code in PR #59632: URL: https://github.com/apache/airflow/pull/59632#discussion_r2634997733
########## airflow-core/newsfragments/58992.significant.rst: ########## @@ -0,0 +1,43 @@ +Move serialization/deserialization (serde) logic into Task SDK + +Airflow now sources serde logic from ``airflow.sdk.serde`` instead of +``airflow.serialization.serde``. Serializer modules have moved from ``airflow.serialization.serializers.*`` +to ``airflow.sdk.serde.serializers.*``. The old import paths still work but emit ``DeprecatedImportWarning`` Review Comment: Just pushed a change for that in 3e1beaeacf -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
