chore(release): alternative folded 1.16.0 candidate - #2519
Merged
Conversation
This was referenced Aug 8, 2026
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
instructor | 8a43993 | Commit Preview URL Branch Preview URL |
Aug 09 2026, 02:49 PM |
This was referenced Aug 9, 2026
Closed
jxnl
marked this pull request as ready for review
August 9, 2026 14:55
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.
Purpose
This is the approved folded release candidate for 1.16.0 against current
main. Jason chose on 2026-08-09 to skip standalone 1.15.5 publication and fold that unpublished payload into 1.16.0.Integration PR #2517 is now merged at
ad95a3d4. Against that exact main tree, this PR contains only six release files: version source, runtime version, lock metadata, release validator and tests, and the audited changelog.This PR does not publish, tag, release, deploy to PyPI, or post social copy.
Included
instructor.__version__set to1.16.0.1.16.0heading dated 2026-08-09.v1.15.4...v1.16.0.Validation
Validated at
8a43993e576cb3f59432bcef4aadf8e4ba90f06a:uv lock --check1.16.0v1.15.4..HEAD: complete scope, no standalone 1.15.5 boundary, canonical attribution, current candidate date, and correct compare linksRelated
Note
Low Risk
Metadata-only release candidate: version bumps, changelog reorganization, and stricter pre-publish checks with no runtime library behavior changes in this diff.
Overview
This PR bumps the package to
1.16.0acrosspyproject.toml,instructor.__version__, anduv.lock, and folds the unpublished 1.15.5 changelog into a single dated1.16.0section (2026-08-09) with compare linksv1.15.4...v1.16.0.Release tooling now parses
instructor/__init__.pywith AST and fails if__version__drifts from the project version or is missing, with matching tests in the release-validator fixture.Reviewed by Cursor Bugbot for commit 8a43993. Configure here.