chore: bump verifiers to >=0.1.9, sv_shared to 0.2.2#53
Merged
intertwine merged 1 commit intomainfrom Jan 23, 2026
Merged
Conversation
Update verifiers dependency from 0.1.6.post0 to 0.1.9 across all environments and sv_shared. This brings in: - RubricGroup for modular reward composition - JudgeRubric for LLM-as-judge evaluation - ThinkParser/MaybeThinkParser for reasoning traces - Enhanced error handling with timeouts - Automatic monitor rubrics Bumps sv_shared to 0.2.2 for upcoming PyPI release. Environments continue to use security-verifiers-utils>=0.2.1 which is compatible with verifiers 0.1.9. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4116016 to
bea294a
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.
Summary
verifiersdependency from>=0.1.6.post0to>=0.1.9across all environmentssecurity-verifiers-utilsfrom0.2.1to0.2.2for PyPI releasesecurity-verifiers-utils>=0.2.2New Features Available (verifiers 0.1.9)
Breaking Changes Handled
env.rubricnow returnsRubricGroupinstead ofRubric(handled in PR Fix: robust response parsing, JSON patching, Weave init side-effects, E2 packaging, reward & tempfile fixes #52)Rubric.reward_funcs→Rubric.funcs(not used in production code)Rubric.reward_weights→Rubric.weights(not used in production code)Test plan
Next Steps
After merge:
security-verifiers-utilsv0.2.2🤖 Generated with Claude Code