How to serialize list of SQLAlchemy models to json with Pydantic?
I’m trying to serialize to json or dict list of models of SQLAlchemy to then assert it with response.json():
I’m trying to serialize to json or dict list of models of SQLAlchemy to then assert it with response.json():