pydantic-extra-types2.11.0
pydantic-extra-types2.11.0
Published
Extra Pydantic types.
pip install pydantic-extra-types
Package Downloads
Project URLs
Requires Python
>=3.9
Pydantic Extra Types
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]"