Uh oh!
There was an error while loading. Please reload this page.
Bump beartype to 0.23.0rc0 - #3132
Closed
adamtheturtle wants to merge 1 commit into
Closed
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
adamtheturtletemporarily deployed
to
development
August 8, 2026 20:34 — with
GitHub Actions
Inactive
adamtheturtlehad a problem deploying
to
development
August 8, 2026 20:57 — with
GitHub Actions
Failure
adamtheturtleforce-pushed
the
bump-beartype-0.23.0rc0
branch
from
August 8, 2026 22:39
a02a54b to
6139355Compareadamtheturtle
commented
Aug 8, 2026
MemberAuthor
Closing: this was a test balloon for the beartype 0.23.0rc0 release candidate, not a change to merge. CI was green on the version bump. |
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 freeto 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.
Tests the beartype 0.23.0rc0 release candidate against this repository's test suite.
Pins
beartypeto the release candidate inpyproject.tomland updatesuv.lockto match.Not intended to merge as-is — the pin should be relaxed once the release candidate has been evaluated.
Note
Medium Risk
Beartype decorates most public API entry points, so an RC pin could change runtime type-check behavior; import-only edits are low risk but touch many modules.
Overview
Pins
beartypeto0.23.0rc0inpyproject.toml(from>=0.22.9) so CI can exercise the release candidate against the full test suite; the lockfile is updated to match.Across
src/vwsand tests, type-only imports that used# noqa: TC003are moved behindif TYPE_CHECKING:blocks (e.g.Response,Transport,VuMarkAccept,io,Generator). Runtime import graphs stay lean for@beartypewhile annotations remain unchanged.Reviewed by Cursor Bugbot for commit a02a54b. Bugbot is set up for automated code reviews on this repo. Configure here.