try using db.session.remove() to close the session properly in Flask-SQLAlchemy and ensure the temp file is deleted.
db.session.remove()
Make sure no other process is holding the file open.