Just a heads up. dataclasses-json will likely stop working with Python 3.15. That version removes dataclasses._MISSING_TYPE which is referenced here: https://github.com/lidatong/dataclasses-json/blob/v0.6.7/dataclasses_json/undefined.py#L177-L182
From what I've read on the issue tracker there, the project is basically abandoned / should be considered archived which is why I'm opening the issue here to let you know in advance.
Just a heads up.
dataclasses-jsonwill likely stop working with Python 3.15. That version removesdataclasses._MISSING_TYPEwhich is referenced here: https://github.com/lidatong/dataclasses-json/blob/v0.6.7/dataclasses_json/undefined.py#L177-L182From what I've read on the issue tracker there, the project is basically abandoned / should be considered archived which is why I'm opening the issue here to let you know in advance.