Closed donjar closed 3 years ago
Previously, this module throws errors when the dataclass has tuples of dataclasses as a field (see tests). This pull request fixes it.
(Thank you for the great work you've put in the library, by the way!)
Thank you @donjar - I fixed it in one https://github.com/konradhalas/dacite/commit/f413e20276b7062d4900af1edec4b5d3292dc5a1
Thanks @konradhalas! May I ask you to publish this in PyPI?
@donjar done :)
Previously, this module throws errors when the dataclass has tuples of dataclasses as a field (see tests). This pull request fixes it.
(Thank you for the great work you've put in the library, by the way!)