fix: drop archived shell-companion extra + single-source deps in pyproject - #114
Conversation
…ject ovos-gui-plugin-shell-companion is archived and caps ovos-bus-client<2.0, which blocked the bus-client 2.x cascade for any consumer pulling ovos-gui[extras]. It was the only member of the [extras] optional-dependency and has no successor (a PHAL-side mycroft-gui shell helper, superseded by the render-backend rework), so remove the extra entirely. Also drop the vestigial requirements/*.txt, which only duplicated the pyproject [project] dependencies (dynamic sets version only).
|
Warning Review limit reached
More reviews will be available in 19 minutes and 25 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 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Greetings, human! The automated checks are complete. 👾I've aggregated the results of the automated checks for this PR below. 🔨 Build TestsVerifying the structural soundness of your build. 🏗️ ✅ All versions pass
May the tests be ever in your favor! 🏹 |
ovos-gui-plugin-shell-companionis archived and pinsovos-bus-client<2.0, blocking the bus-client 2.x adoption for any consumer ofovos-gui[extras](e.g.ovos-core[mycroft]). It was the sole member of theextrasoptional-dependency and has no successor, so the extra is removed.Also drops the vestigial
requirements/*.txt(duplicated the pyproject[project].dependencies;dynamiconly sets version).gui's own deps already allow bus-client 2.x (
<3.0.0).🤖 Generated with Claude Code