Skip to content

3.1.0

Latest

Choose a tag to compare

@mdomke mdomke released this 18 Aug 16:26
· 1 commit to main since this release
3.1.0
1227759

Changed

  • Added Python 3.13 to the trove classifiers.
  • Optimze @property to @cached_property @WH-2099
  • When generating ULIDs within the same millisecond, the library will ensure monotonic sort order by incrementing the randomness component by 1 bit. This process is described in the spec.

Fixed

  • Sharpen regular expression for Pydantic @aplhk.
  • Fix Sphinx warnings when referencing ULID from an external project. @BoboTiG .