potiuk commented on code in PR #59632: URL: https://github.com/apache/airflow/pull/59632#discussion_r2634962474
########## 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: * Airlfow 4 ? I think this is a very little mainteinance, so we can simply keep it till Airflow 4? -- 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]
