chore: bump renderers to 0.1.9 - #2284
Merged
Merged
Conversation
First stable renderers since 0.1.8 — drops the dev-version pin from #2175. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
ApprovabilityVerdict: Approved a9555e1 This PR simply bumps the 'renderers' dependency from a dev pre-release version to its stable release. Single-line dependency version bump with no runtime code changes or side effects. You can customize Macroscope's approvability policy. Learn more. |
mikasenghaas
approved these changes
Aug 7, 2026
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.
Bumps
renderersto the first stable release since 0.1.8 (>=0.1.9.dev9→>=0.1.9), dropping the dev-version pin from #2175.0.1.9 is a patch release: client fixes (vLLM token serving import, malformed sampled-token evidence rejection), GLM tool-name validation, Qwen empty-think-wrapper retention, and a bridge-merge
multi_modal_datamutation fix. Release notes: https://github.com/PrimeIntellect-ai/renderers/releases/tag/renderers-v0.1.9🤖 Generated with Claude Code
Note
Low Risk
Dependency version pin and lockfile update only; no application logic changes in this PR.
Overview
Pins the core
renderersdependency from the pre-release floor>=0.1.9.dev9to the stable release>=0.1.9, and refreshesuv.lockso the resolved package isrenderers0.1.9 (new sdist/wheel hashes).This is a dependency-only change: consumers pick up the published 0.1.9 renderer stack (client/tooling fixes in that release) without changing verifiers application code in this diff.
Reviewed by Cursor Bugbot for commit a9555e1. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Bump
renderersdependency to stable release 0.1.9Updates the
rendererspackage constraint in pyproject.toml from>=0.1.9.dev9to>=0.1.9, switching from a pre-release requirement to the stable release.Macroscope summarized a9555e1.