python-ulid v2.1.0 Release Notes

Release Date: 2023-09-21 // over 2 years ago
  • ➕ Added

    • The new method ULID.to_uuid4 can be used to create an RFC 4122 compliant UUID from
      an existing ULID #5.

    🔄 Changed

    • The validate_types-decorator that is used for all ULID.from_*-methods to check type
      👍 correctness at runtime has now better support for type hints.
      Thanks to @johnpaulett