The Python standard library will be removing [`imghdr`](https://docs.python.org/3/library/imghdr.html) in Python 3.13. Per [PEP-594](https://peps.python.org/pep-0594/#deprecation-schedule) suggested replacements are [filetype](https://pypi.org/project/filetype/), [puremagic](https://pypi.org/project/puremagic/), and [python-magic](https://pypi.org/project/python-magic/).