zmievsa / pydantic-duality

Automatically and lazily generate three versions of your pydantic models: one with Extra.forbid, one with Extra.ignore, and one with all fields optional
https://ovsyanka83.github.io/pydantic-duality/
MIT License
31 stars 1 forks source link

Fix the incompatibility between pydantic-duality and __init__() #9

Open zmievsa opened 6 months ago

zmievsa commented 6 months ago

So far I am not sure what to do to fix this issue so I'll just leave it here for a while to marinate.