Marked as helpful by the asker
Different package, confusingly similar name. You need python-multipart:
pip uninstall multipart
pip install python-multipart
And add it to requirements.txt (or pyproject), otherwise the deployed version will crash again.
wow. yes. thank you abdul_r · edited