bunnysayzz commented on issue #72636: URL: https://github.com/apache/airflow/issues/72636#issuecomment-5578924049
I'd like to take this. The fix is small: add the `version > class_version` guard to the `uuid` and `datetime` deserializers in `task-sdk/src/airflow/sdk/serde/serializers/`, matching the ten serializers that already reject newer-version payloads (same `TypeError` shape as `bignum`), with tests pinning the rejection for both. PR shortly. -- 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]
