konradhalas / dacite

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

Fix dacite.Config forward_references overriding get_type_hints()'s default globalns. #128

Closed yerihyo closed 1 year ago

yerihyo commented 3 years ago

A fix suggestion for the issue: https://github.com/konradhalas/dacite/issues/129

mciszczon commented 1 year ago

Superseded by #208, thank you for your input @yerihyo!