Skip to content

fix: floor PHAL[extras] plugins to bus-client-2.x prereleases#95

Merged
JarbasAl merged 1 commit into
devfrom
fix/extras-prerelease-floors
Jun 25, 2026
Merged

fix: floor PHAL[extras] plugins to bus-client-2.x prereleases#95
JarbasAl merged 1 commit into
devfrom
fix/extras-prerelease-floors

Conversation

@JarbasAl

Copy link
Copy Markdown
Member

Every ovos-PHAL[extras] plugin pinned a stable floor; those stables cap ovos-bus-client<2.0, and a non-prerelease floor doesn't enable prereleases — so ovos-core[mycroft] resolving under bus-client 2.x only sees the capped stables and dies (uv pinpointed connectivity-events as the first). Floor each plugin at its cap-free (pre)release. Verified ovos-PHAL[extras] resolves on bus-client 2.3.0a2 / opm 2.8.0a1.

🤖 Generated with Claude Code

Every ovos-PHAL[extras] plugin pinned a stable floor; their stable releases cap
ovos-bus-client<2.0, and a non-prerelease floor does NOT enable prereleases, so a
consumer (ovos-core[mycroft]) resolving under bus-client 2.x only sees the capped
stables and fails. Floor each at its cap-free (pre)release so prereleases are
enabled: connectivity-events>=0.1.6a1, ipgeo>=0.1.9a1, oauth>=0.1.7a1,
alsa>=0.1.9a1, system>=1.3.8a1, network-manager>=1.3.7a1,
wallpaper-manager>=0.2.8a1, mac>=0.2.0, mk1>=0.1.5a1, hotkeys>=0.1.3a1,
mk2-fan-control>=0.0.3a1. Verified: ovos-PHAL[extras] resolves on
bus-client 2.3.0a2 / opm 2.8.0a1.
@github-actions github-actions Bot added the fix label Jun 25, 2026
@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@JarbasAl, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 58 minutes and 57 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d3d90a57-e1a3-43de-881f-17a101851242

📥 Commits

Reviewing files that changed from the base of the PR and between 1215ea5 and 5d17fc9.

📒 Files selected for processing (1)
  • pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/extras-prerelease-floors

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

I've completed my sweep! Here's the situation. 🧹

I've aggregated the results of the automated checks for this PR below.

🔍 Lint

Just a quick heads-up on the latest check. 🛎️

ruff: issues found — see job log

🔌 Plugin Detection

Verifying the plugin's hooks and handles. 🎣

ℹ️ Not an OVOS plugin — OPM check skipped.

📊 Coverage

A deep dive into the sea of test results. 🌊

35.3% total coverage

Per-file coverage (6 files)
File Coverage Missing lines
ovos_PHAL/__main__.py 0.0% 11
ovos_PHAL/detection.py 0.0% 44
ovos_PHAL/version.py 0.0% 7
ovos_PHAL/admin.py 30.0% 35
ovos_PHAL/service.py 68.1% 22
ovos_PHAL/__init__.py 100.0% 0

Full report: download the coverage-report artifact.

🏷️ Release Preview

Polishing the release notes for the big debut! 🎀

Current: 0.2.15a1Next: 0.2.16a1

Signal Value
Label (none)
PR title fix: floor PHAL[extras] plugins to bus-client-2.x prereleases
Bump build

✅ PR title follows conventional commit format.


🚀 Release Channel Compatibility

Predicted next version: 0.2.16a1

Channel Status Note Current Constraint
Stable Compatible ovos-PHAL>=0.2.10,<0.3.0
Testing Compatible ovos-phal>=0.2.11,<1.0.0
Alpha Compatible ovos-phal>=0.2.15a1

📋 Repo Health

I've checked the repo's posture (aka architectural alignment). 🧘

✅ All required files present.

Latest Version: 0.2.15a1

ovos_PHAL/version.py — Version file
README.md — README
LICENSE — License file
pyproject.toml — pyproject.toml
⚠️ setup.py — setup.py
CHANGELOG.md — Changelog
ovos_PHAL/version.py has valid version block markers

🔨 Build Tests

From source to binary, let's see how it holds up. 🧱

✅ All versions pass

Python Build Install Tests
3.10
3.11
3.12
3.13
3.14

⚖️ License Check

I've checked the license history of this repo. 📜

✅ No license violations found.

Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed.


May the tests be ever in your favor! 🏹

@JarbasAl JarbasAl merged commit 58c432f into dev Jun 25, 2026
16 checks passed
@JarbasAl JarbasAl deleted the fix/extras-prerelease-floors branch June 25, 2026 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant