python-ulid v2.6.0 Release Notes

Release Date: 2024-05-25 // about 2 years ago
  • 🔄 Changed

    • ✅ Use stricter validation when a ULID value from user input. When using ULID.from_str() we will check if the characters match the base32 alphabet. In general, it is ensured that the timestamp part of the ULID is not out of range.