# mitmproxy v12.2.0 — mitmproxy 12.2.0 - Product: mitmproxy (https://whatsnew.fyi/product/mitmproxy) - Vendor: mitmproxy - Date: 2025-10-15 - Version: v12.2.0 - Original notes: https://github.com/mitmproxy/mitmproxy/releases/tag/v12.2.0 - Permalink: https://whatsnew.fyi/product/mitmproxy/releases/v12.2.0 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — mitmproxy now supports Python 3.14, with binary releases shipping with 3.14 by default - **changed** — Replace htpasswd file parser with a custom implementation to migrate off unmaintained passlib dependency, supporting only bcrypt and SHA-1 hashing - mitmproxy now supports Python 3.14. Binary releases ship with 3.14 by default. ([#7918](https://github.com/mitmproxy/mitmproxy/pull/7918), @mhils) - Replace `htpasswd` file parser with a custom implementation to migrate off unmaintained `passlib` dependency. 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](https://github.com/mitmproxy/mitmproxy/pull/7906), @mhils)