Ritvik Nag
Ritvik Nag
Re-reading this issue description a bit more closely, and it seems adding unit tests in each module (though this was accomplished) is not enough to satisfy the ask. Re-opening this...
@ross-spencer I'm seeing that for Python 3.13 too! ``` ModuleNotFoundError: No module named 'pkg_resources' ```
FYI, I added release with updates from #125 to [v0.24.0](https://pypi.org/project/dataclass-wizard/0.24.0/). Please check it out and let me know if you still notice issues. Thanks
Hi @adamcunnington-mlg, Apologies for the delay in addressing this issue! I've revisited it recently with fresh eyes, and I believe I now better understand the request here. For now, would...
Fixes #121 and #122
@claui I'm afraid the fault lies with my general laziness and inattention to my projects 😅 Sorry for that. Just been busy with life. This looks good to merge for...
Released in [v0.24.0](https://pypi.org/project/dataclass-wizard/0.24.0/) 🎉
@wanmeihuali Thanks for opening the issue. I didn't even think about nested classes and that they could be used in `Union` types. Can you expand on your use case? Also,...
Hi @circulon, thanks for opening this issue. I was curious to know if this [handy workaround](https://github.com/rnag/dataclass-wizard/issues/50#issuecomment-1109113541) that was posted earlier in another issue could work for you, at least in...
> The documentation is confusing and notes that attributes names are returned as camel case from .to_json() regardless of the actual attribute name in the dataclass definition. > > Why...