-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Support use with pydantic validation.
Can be used to workaround the deprecation of the unique constraint for pydantic lists (issue pydantic/pydantic-core#296). Although typing.Set supports the unique constraint, this looses the ordering information. Using OrderedSet maintains the best of both worlds.
Metadata
Metadata
Assignees
Labels
No labels