In my fastapi application, how do I make async SQLAlchemy play well with Pydantic when my SQLAlchemy models have relationships?
I am building a fastapi CRUD application that uses Async SQLAlchemy. Of-course it uses Pydantic since fastapi is in the picture. Here’s a gist of my problem