[AAASM-3460] 🔖 (release): python-sdk 0.0.1-beta.4 (prep)#154
Merged
Conversation
De-stale the checked-in version from 0.0.2a1 (wrong vs the published 0.0.1b3 PyPI beta line) to the next beta 0.0.1b4, and sync uv.lock. The published version is authoritatively set by release-python.yml's sync-version action at dispatch time; this keeps master honest about the line being shipped. refs AAASM-3460 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a release-notes entry for the next beta and point readers at the GitHub releases feed in addition to master commits. refs AAASM-3460 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Chisanan232
commented
Jun 20, 2026
Chisanan232
left a comment
Contributor
Author
There was a problem hiding this comment.
Claude Code — PR review (AAASM-3460, python-sdk beta.4 prep)
✅ Looks good — release-prep only, no publish. Correct version: PyPI 0.0.1b3 → next 0.0.1b4 (= 0.0.1-beta.4). De-stales pyproject.toml + agent_assembly/__init__.py from the stray 0.0.2a1 to 0.0.1b4, syncs uv.lock, adds the release-notes entry.
- Correctly identified the published version is workflow-set (
sync-versionrewrites it frompypi_versionat dispatch) — so this is metadata/docs hygiene; the real version comes from the dispatch input. - Correctly did NOT touch the
native/aa-ffi-pythongit-SHA pin — that's the post-core-tagbot/aa-ffi-pinauto-bump PR's job. - Publish gating respected (no dispatch): core v0.0.1-beta.3 tag → merge FFI-pin PR → then dispatch
release-python.ymlpypi_version=0.0.1b4 binary_source_tag=v0.0.1-beta.3.
Good to merge as prep. Actual publish stays gated on the core release.
|
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.



Description
Version-prep PR for the next python-sdk beta on its published PyPI line. PyPI latest is
0.0.1b3, so the next beta is0.0.1b4(PEP 440) =0.0.1-beta.4(SemVer).Version model — pyproject is NOT the source of truth.
release-python.yml'ssync-versioncomposite action rewrites the version inpyproject.toml+agent_assembly/__init__.pyto the resolve job'spypi_versionat dispatch time (before maturin reads it). The published version comes from thepypi_versionworkflow input, not the checked-in literal. The checked-in value onmasterwas stale at0.0.2a1(wrong vs the0.0.1beta line).What this PR changes:
0.0.2a1→0.0.1b4inpyproject.tomlandagent_assembly/__init__.py(de-stale + align with the line being shipped), and syncuv.lock.0.0.1-beta.4entry todocs/compatibility/release-notes.md.native/aa-ffi-python/Cargo.tomlgit-SHA FFI pins — those are bumped by the separate post-publishbot/aa-ffi-pin-<tag>auto-bump PR.Type of Change
Breaking Changes
Publish gating (do NOT publish from this PR)
The actual PyPI publish is dispatch-gated and must follow the Case A coordination SOP (AAASM-3007).
agent-assemblyis cuttingv0.0.1-beta.3in parallel. Required order:agent-assemblyv0.0.1-beta.3core tag and wait for its Release workflow to complete.bot/aa-ffi-pin-<tag>auto-bump PR on this repo (bringsmaster's FFI pins in line with the new core tag).release-python.ymlwithpypi_version=0.0.1b4+binary_source_tag=v0.0.1-beta.3.This PR does not dispatch any publish workflow.
Related Issues
Testing
Checklist