1
0
Fork 0
No description
Find a file
Daniel Baumann 74c2552bd7
Adding upstream version 2.10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:09:17 +01:00
.github Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
pydantic_extra_types Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
tests Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
.gitignore Adding upstream version 2.10.1. 2025-02-05 14:08:38 +01:00
.pre-commit-config.yaml Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
HISTORY.md Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
LICENSE Adding upstream version 2.6.0. 2025-02-05 14:02:36 +01:00
Makefile Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
pyproject.toml Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
README.md Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00
uv.lock Adding upstream version 2.10.2. 2025-02-05 14:09:17 +01:00

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]"