konradhalas / dacite

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

Fix extract_optional for Optional of Union. #164

Closed BurningKarl closed 1 year ago

BurningKarl commented 2 years ago

This should fix #163. The solution is explained there.

@konradhalas Thank you for providing such a great library. I hope this PR can make it even better.

konradhalas commented 1 year ago

@BurningKarl thank you for your PR - it took a year, but it's merged now.