konradhalas / dacite

Simple creation of data classes from dictionaries.
MIT License
1.76k stars 106 forks source link

Handle tuples of dataclasses #119

Closed donjar closed 3 years ago

donjar commented 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!)

konradhalas commented 3 years ago

Thank you @donjar - I fixed it in one https://github.com/konradhalas/dacite/commit/f413e20276b7062d4900af1edec4b5d3292dc5a1

donjar commented 3 years ago

Thanks @konradhalas! May I ask you to publish this in PyPI?

konradhalas commented 3 years ago

@donjar done :)