Remove pydantic Dependency / Remove allow_import parameter
Remove pydantic dependency
The objects returned by the functions are now dataclasses instead of pydantic objects
Removal of allow_import
support
The create_incarnation
call no longer supports the allow_import
parameter. For that reason, also the return value was changed:
It now directly returns the IncarnationWithDetails
object, instead of a tuple.