This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryFixed About‑tab update check timeout on heavy virtual environments.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Dependency | Low |
Adds `packaging` as a runtime dependency. Adds `packaging` as a runtime dependency. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Medium |
Update check no longer times out for heavy virtual environments. Update check no longer times out for heavy virtual environments. Source: llm_adapter@2026-06-14 Confidence: low |
— |
Full changelog
Fixed — About-tab update check no longer times out (#253)
The update check ran pip list --outdated, which queries the package index for every installed distribution; on a heavy venv (the Google Ads SDK and its dependency tree) it exceeded the 60s timeout and surfaced "could not check for updates". The query is now scoped to mureo and its mureo-* plugins via pip install --dry-run --upgrade --no-deps --report - — a few seconds instead of a timeout — while still using pip so the operator's configured (possibly private) index is honored. A pip constraint that pins a package below the installed version can no longer be mis-reported as an available update. Adds packaging as a dependency.
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]