ephraimbuddy commented on code in PR #59632: URL: https://github.com/apache/airflow/pull/59632#discussion_r2634317001
########## 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: Is there a timeframe of when the old import would stop working? If there is, let's mention it -- 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]
