Skip to content

pydantic/pydantic-extra-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f85bc18 Β· Apr 18, 2025
Apr 3, 2025
Apr 18, 2025
Apr 18, 2025
Nov 26, 2024
Jan 15, 2025
Jan 15, 2025
Feb 6, 2023
Jan 30, 2025
Jan 15, 2025
Apr 3, 2025
Jan 30, 2025

Repository files navigation

Pydantic Extra Types

CI Coverage pypi license

A place for pydantic types that probably shouldn't exist in the main pydantic lib.

See pydantic/pydantic#5012 for more info.

Installation

Install this library with the desired extras dependencies as listed in project.optional-dependencies.

For example, if pendulum support was desired:

# via uv
$ uv add "pydantic-extra-types[pendulum]"

# via pip
$ pip install -U "pydantic-extra-types[pendulum]"