Skip to content

Remove pydantic Dependency / Remove allow_import parameter

Compare
Choose a tag to compare
@defreng defreng released this 03 Sep 11:52
· 17 commits to main since this release
79c6d4e

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.