Fix: add renderers>=0.1.5 as direct dependency and bump verifiers rev#2469
Open
ercbot wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
Open
Fix: add renderers>=0.1.5 as direct dependency and bump verifiers rev#2469ercbot wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
ercbot wants to merge 2 commits intoPrimeIntellect-ai:mainfrom
Conversation
renderers is now optional in verifiers (PR 1279), so prime-rl must declare it directly. Bumps verifiers to e12baa1 (the PR 1279 merge commit) and adds renderers = false to exclude-newer-package so the freshly published PyPI package isn't blocked by the 7-day exclude-newer window. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
19b9f05 to
260debf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2409.
tests passing on ubuntu 22, cuda 12, A100gpu

Note
Low Risk
Low risk: only dependency/lockfile updates, but changes
verifiersrevision and pullsrenderersfrom PyPI which could affect runtime behavior if downstream code relies on these packages.Overview
Makes
renderers>=0.1.5a directprime-rldependency (since it’s no longer pulled in byverifiers) and whitelists it inuv’sexclude-newer-packagelist so recent PyPI releases aren’t blocked by the 7‑day window.Bumps the pinned
verifiersgit revision toe12baa1and refreshesuv.lock, including switchingrenderersto the PyPI0.1.6artifact with its resolved transitive deps.Reviewed by Cursor Bugbot for commit 260debf. Bugbot is set up for automated code reviews on this repo. Configure here.