[AAASM-3833] 🔖 (release): python-sdk 0.0.1rc2#190
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
✅ Review — python-sdk 0.0.1rc2 release-intent prep (Claude Code)1. CI — green. 22 pass · 6 skipping · 0 fail. Skips are tag/acceptance-only ( 2. Scope vs AAASM-3833 — complete. Release-intent (prep-only) bump 3. Side effects — none. Diff is exclusively version strings, docs, the regenerated lockfile, and the sonar project version. No runtime/library code touched; Verdict: approve & merge. After merge + your go, publish via 🤖 Generated with Claude Code |



Description
Release-intent (prep-only) version bump for the Python SDK:
0.0.1rc1→0.0.1rc2,coordinated with the just-released core
v0.0.1-rc.2. Theaa-ffi-pythoncorepin (
aa-core/aa-proto/aa-sdk-client) was already bumped tov0.0.1-rc.2inthe merged FFI-pin PR #189; this PR aligns the published SDK package metadata and docs.
Changes:
pyproject.toml:version = "0.0.1rc2".agent_assembly/__init__.py:__version__ = "0.0.1rc2"(kept in lockstep withpyproject).uv.lock: regenerated so the project's own pinned version matches (uv syncwouldotherwise fail in CI).
docs/compatibility/release-notes.md: new0.0.1-rc.2section (mirrors the rc.1 entry).docs/examples/{agno,haystack,llamaindex-tool-policy,microsoft-agent-framework,smolagents}.md:bump the
agent-assemblyinstall pin>=0.0.1rc1→>=0.0.1rc2.docs/guides/container-base-image.md: bump the governed base-image tag examplesv0.0.1-rc.1→v0.0.1-rc.2to track the coordinated core release.This PR is PREP-ONLY — it does not publish or tag. Publishing happens later via
the operator-dispatch
release-python.yml(workflow_dispatch).Type of Change
Breaking Changes
Related Issues
v0.0.1-rc.2, already merged)Testing
Describe the testing performed for this PR:
Verification performed locally:
uv locksucceeded —agent-assembly v0.0.1rc1 -> v0.0.1rc2.uv syncsucceeded against the regenerated lockfile.pytest test/unit/test_runtime_import_isolation.py→ 4 passed (confirms thein-tree
__version__resolves consistently across a subprocess import).No code paths change — this is a metadata/docs/lockfile-only bump, so no new tests
are required.
Checklist
Closes AAASM-3833
🤖 Generated with Claude Code