-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Milestone
Description
As part of the pydantic 2.0 release, a suite of breaking changes were released. We need to investigate where this breaks diffsync.
Issues already identified
-
extra="allow"
is no longer possible - The
__fields__
attribute is deprecated, furthermore it and its replacementmodel_fields
no longer work with__init_subclass__
for us, because their fields are not populated until after this hook runs (see here for the accompanying discussion)
For more see here.
Metadata
Metadata
Assignees
Labels
No labels