Skip to content

ULID

The pydantic_extra_types.ULID module provides the [ULID] data type.

This class depends on the [python-ulid] package, which is a validate by the ULID-spec.

ULID dataclass

ULID(ulid: ULID)

Bases: Representation

A wrapper around python-ulid package, which is a validate by the ULID-spec.