[PEP 594](https://peps.python.org/pep-0594/#cgi) - Removing dead batteries from the standard library - removed cgi in Python 3.13 (deprecated since 3.11). That PEP suggests using replacing `parse_header` with `email.message.Message`