chore: bump renderers to 0.1.9.dev9 - #2175
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mikasenghaas
marked this pull request as ready for review
July 29, 2026 23:02
hallerite
approved these changes
Jul 29, 2026
Contributor
ApprovabilityVerdict: Approved d1de9a9 Single-line dependency version bump for renderers package from 0.1.8 to 0.1.9.dev9. Mechanical change with no runtime behavior modifications in the codebase. You can customize Macroscope's approvability policy. Learn more. |
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
renderersfloor from0.1.8to0.1.9.dev9(current upstream main,5fdf78c), picking up the GLM tool-name validation fix (renderers#114), the malformed sampled-token evidence rejection (renderers#108), and the Qwen empty-think-wrapper fix for disabled thinking on historical turns (renderers#105).uv.lock(the lock-revision bump and dropped[package.metadata]blocks are format churn from the newer uv, not dependency changes).🤖 Generated with Claude Code
Note
Bump
renderersminimum version to 0.1.9.dev9Updates the
renderersdependency constraint in pyproject.toml from>=0.1.8to>=0.1.9.dev9and updates the lock file accordingly.Macroscope summarized d1de9a9.
Note
Medium Risk
renderersdrives client-side tokenization and multi-turn bridging inrenderer_client; a dev pre-release can change parsing/validation behavior for rollouts even though this PR only touches dependency pins.Overview
Raises the
renderersfloor inpyproject.tomlfrom>=0.1.8to>=0.1.9.dev9and refreshesuv.lockso installs resolve to that pre-release build.The lock refresh also bumps
uv.lockrevision and drops duplicated[package.metadata]blocks (uv format churn), and nudgesruff/tyexclude-newer cutoffs by a couple of hours—no other dependency graph changes beyondrenderers.Reviewed by Cursor Bugbot for commit d1de9a9. Bugbot is set up for automated code reviews on this repo. Configure here.