chxxvi opened a new issue, #57726: URL: https://github.com/apache/airflow/issues/57726
### Apache Airflow version 3.1.1 ### If "Other Airflow 2/3 version" selected, which one? ObjectStoragePath cannot be deserialized back accross tasks (xcom) ### What happened? In v3.1.1, if I have a object (pydantic model) which has a field of ObjectStoragePath, passed from a task to another task (xcom), the field will be a string instead of ObjectStoragePath in the 2nd task. There was no problem in v3.1.0. ### What you think should happen instead? deserialize back to ObjectStoragePath instead of string ### How to reproduce n/a ### Operating System AlmaLinux 9.6 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details official helm chart 1.18.0 on-premise native K8s 1.33.5 ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
