First Check
Commit to Help
Example Code
SomeModel.parse_obj({"one": 2}, {"three": 4})
Description
SQLModel's parse_obj supports the update argument which is not supported by pydantic's BaseModel. However, I do not see it ever used in docs, github issues, or in source code.
Could someone explain why it was added? What was the actual use case? I understand what it does, but I don't understand why it does it.
Operating System
Linux, Windows, macOS, Other
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.11
Additional Context
No response
First Check
Commit to Help
Example Code
Description
SQLModel's
parse_objsupports the update argument which is not supported by pydantic's BaseModel. However, I do not see it ever used in docs, github issues, or in source code.Could someone explain why it was added? What was the actual use case? I understand what it does, but I don't understand why it does it.
Operating System
Linux, Windows, macOS, Other
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.11
Additional Context
No response