v12.2.0Desktop
mitmproxy 12.2.0
Added 1
- mitmproxy now supports Python 3.14, with binary releases shipping with 3.14 by default
Changed 1
- Replace htpasswd file parser with a custom implementation to migrate off unmaintained passlib dependency, supporting only bcrypt and SHA-1 hashing
From mitmproxy
- mitmproxy now supports Python 3.14. Binary releases ship with 3.14 by default. (#7918, @mhils)
- Replace
htpasswdfile parser with a custom implementation to migrate off unmaintainedpasslibdependency. The new parser only supports bcrypt and SHA-1 hashing. Contributions for additional formats are welcome as long as they don't introduce new dependencies. (#7906, @mhils)