Installation¶
Pydantic Forms is published on PyPI as pydantic-forms.
uv add pydantic-forms
Extras¶
fastapi— the FastAPI exception handler inpydantic_forms.exception_handlers.fastapiorjson— useorjsoninstead of the standard libraryjsonmodule for (de)serialization
uv add "pydantic-forms[fastapi,orjson]"