chore(release): 6.2.2 - #146
Merged
Merged
Conversation
Tooling-only release. The installed library code is identical to 6.2.1; there are no runtime or API changes.
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
Cuts 6.2.2, a tooling-only patch release. The installed library code is byte-identical to 6.2.1 — no runtime changes, no API changes, no dependency changes for consumers.
Why release at all?
Two changes have accumulated on master since
v6.2.1and neither has shipped:ca83847— the Poetry→uv migration59fc51f—cryptographydev-dependency bump for GHSA-g6cj-pr64-35w5Both are internal. The changelog says so plainly rather than dressing them up as user-facing.
This release also serves as the first real exercise of the new OIDC publishing path, which cannot be verified any other way.
Note on the cryptography bump
cryptographyis a dev dependency used only by the test suite — it is not in[project.dependencies]. Installed environments were never exposed to the advisory. The changelog entry states this explicitly so nobody reads 6.2.2 as a security release for consumers.Changes
pyproject.toml:version = "6.2.1"→"6.2.2"uv.lock: regenerated (version field only)CHANGES.md:## Unreleased→## 6.2.2, plus an entry for the previously undocumented cryptography bumpVerification
uv sync --locked— lock consistent with pyproject138 passed, 8 skipped— unchanged from baselineuv buildproducesasync_firebase-6.2.2sdist + wheeltwine checkPASSED on both artifactsAfter merge
Tag
v6.2.2on master to trigger the release. Thereleaseenvironment is gated tov*tags, and the PyPI trusted publisher is configured to match.PYPI_TOKENfallback — OIDC is the only publish path. If it fails, recovery is a localuv build && uv publish --token ....