Drop python 2 support & dependency on "future" due to CVE-2025-50817
Author: johncarter-phntmCreated Aug 27, 2025Updated Aug 23, 2026
This package is flagged by security warnings due to this vulnerability in future
- https://github.com/PythonCharmers/python-future/issues/650
- https://nvd.nist.gov/vuln/detail/CVE-2025-50817
It would be good to drop support for older pythons (e.g. <3.9), and remove this dependency.
Source: kkroening/ffmpeg-python