1
0
Fork 0
No description
Find a file
Daniel Baumann 113e982c1f
Releasing debian version 2.10.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:09:27 +01:00
.github Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
debian Releasing debian version 2.10.2-1. 2025-02-05 14:09:27 +01:00
pydantic_extra_types Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
tests Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
.gitignore Merging upstream version 2.10.1. 2025-02-05 14:09:03 +01:00
.pre-commit-config.yaml Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
HISTORY.md Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
LICENSE Adding upstream version 2.6.0. 2025-02-05 14:02:36 +01:00
Makefile Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
pyproject.toml Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
README.md Merging upstream version 2.10.2. 2025-02-05 14:09:26 +01:00
uv.lock Merging upstream version 2.10.2. 2025-02-05 14:09:26 +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]"