FastAPI : sqlalchemy.exc.InvalidRequestError: This session is in ‘committed’ state; no further SQL can be emitted within this transaction
I am using fastapi along with starlette-admin for my project. when I try to delete an file saved entry from starlette-admin table I get the a large error, this is the last line of the same.