Skip to content

Installation

Pydantic Forms is published on PyPI as pydantic-forms.

uv add pydantic-forms

Extras

  • fastapi — the FastAPI exception handler in pydantic_forms.exception_handlers.fastapi
  • orjson — use orjson instead of the standard library json module for (de)serialization
uv add "pydantic-forms[fastapi,orjson]"