Skip to content

Support pydantic serialization and validation

Choose a tag to compare

@Techcable Techcable released this 11 May 08:28
· 25 commits to master since this release
v0.1.3
c244015

This resolves issue #1 - The depenency is optional and the library still works fine without it.

Full Changes

  • Support pydantic serialization
    • Optional dependency
  • Change __repr__ to use list literal notation:
    • Now is OrderedSet([1, 2, 3]) instead of OrderedSet((1, 2, 3))
    • The str representation is still {1, 2, 3}
  • Use PEP 639 license metadata