This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryFixed UnicodeEncodeError crash in Windows update check and upgrade flow.
Full changelog
Fixed
- Windows update check / upgrade crash (#317): on a Japanese Windows, the configure "About mureo" update check and one-click upgrade crashed with
UnicodeEncodeError: 'cp932' codec can't encode characterraised inside pip's own output rendering (thepip install --report -JSON path) — pip exited before producing output. When mureo spawns pip as a subprocess, the child Python defaulted its stdout encoding to the console code page (cp932), which can't encode characters pip emits (e.g.U+00B7). 0.10.10 fixed the decode side; this forces the pip child's stdio to UTF-8 (PYTHONIOENCODING=utf-8:replace,PYTHONUTF8=1) across every pip/ensurepip subprocess. No effect on macOS/Linux.
Full changelog: https://github.com/logly/mureo/blob/main/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About logly/mureo
Framework for AI agents (Claude Code, Cursor, Codex, Gemini) to operate Google Ads, Meta Ads, and Search Console. Grounded in a local STRATEGY.md — not metric-chasing. Defense-in-depth security, local-first. Apache 2.0.
Related context
Related tools
Beta — feedback welcome: [email protected]