konradhalas / dacite

Simple creation of data classes from dictionaries.
MIT License
1.72k stars 107 forks source link

Custom generics #157

Open bnorick opened 3 years ago

bnorick commented 3 years ago

This section of the README mentions not being able to check types for custom generics. What's the reason for that?

I am currently monkey patching dacite to support this, as I needed it, but I am curious if I overlooked some detail or maybe my approach can simply make its way into dacite itself.