Skip to content
You're viewing docs for Dev. See the latest version →

Pydantic Extra Types 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

Bases: Representation

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