You can add add following import
from pptx.enum.text import MSO_ANCHOR
example: cell.vertical_anchor = MSO_ANCHOR.MIDDLE
It worked for me.