Category "pydantic"

Is there a way to exclude Pydantic models from FastAPI's auto-generated documentation?

Is there a way for a FastAPI application to not display a model in its schema documentation? I have some models which are slight variations of others, and with

Python [Pydantic] - default values based other object in the class

I would like to set default email in case email not provided, i.e: name = a last_name = b email = None email will become "[email protected]" I tried something li

How do I pass kwargs to pydantic validator

I'm trying to write pydantic validators, but I can't seem to understand how to make use of the kwargs argument that is mentioned in the docs. I would like to p

pydantic custom hypothesis build

Problem in a nutshell I am having issues with the hypothesis build strategy and custom pydantic data types (no values are returned when invoking the build strat