Closed soapun closed 1 year ago
+1 for the same issue after a version upgrade. Downgraded to 1.7.0 and things work again. (Python version 3.8.16, OS: macOS Ventura 13.2 on Apple M1)
duplicate of #215, already fixed
Same issue here, would be nice if the hotfix can be released soon!
Indeed a duplicate of #215, we'll make a fix release soon. Thanks for reporting and sorry for the delay!
Describe the bug Default factory doesn't seem to create new instance of an object I have been using it in an inherited type. Recently found out all child objects to share the same instance as an attribute.
To Reproduce
Prints out
Expected behavior Expected to print 3 randints and 3 different ids. If fact only one randint is being printed and all ids are the same
Environment
dacite
version: 1.8.0 (broken), 1.7.0 (working)Additional context Works in 1.7.0