Add the 0.0.1-rc.6 release-notes section (headline: enforce non-loopback TLS on
register-endpoint resolution AAASM-4655, and make a LangChain policy deny actually
block the tool call AAASM-4658; plus the allow_insecure opt-in AAASM-4664, the
aasm --version flag AAASM-4656/4710, and the OS-classifier fix AAASM-4648), bump
the agent-assembly install pins in the five framework examples, advance the governed
base-image tag examples to v0.0.1-rc.6, bump the README aasm --version sample output,
and advance the source-facts-guard published pre-release range to rc6 so the docs
track the release being cut.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Rk7iwwAuGv6HbwK8hY8Fbr
Description
Version-bump prep for the 0.0.1rc6 python-sdk release (mirrors the rc.5 bump, +1). Reversible prep only — this does not publish. The published wheel version comes from CI's
sync-version; these edits keep the checked-in repo, docs, and badges honest.Version files (
🔖commit):pyproject.tomlversion = "0.0.1rc6"agent_assembly/__init__.py__version__ = "0.0.1rc6"sonar-project.propertiessonar.projectVersion=0.0.1rc6uv.lockregenerated viauv lockDocs version refs (
📝commit):## 0.0.1-rc.6section indocs/compatibility/release-notes.mdsummarizing what merged since rc.5 (register-endpoint TLS guard AAASM-4655, LangChain deny enforcement AAASM-4658,allow_insecureopt-in AAASM-4664,aasm --versionAAASM-4656/4710, OS-classifier fix AAASM-4648, dead-callback/test-hygiene cleanup AAASM-4710/4691)>=0.0.1rc5→>=0.0.1rc6(agno, haystack, llamaindex-tool-policy, microsoft-agent-framework, smolagents)docs/guides/container-base-image.mdgoverned base-image tags →v0.0.1-rc.6README.mdaasm --versionsample output →0.0.1rc6docs/javascripts/source-facts-guard.jspublished pre-release range advanced torc6(tracks the release being cut, per the rc.5 AAASM-4634 precedent + release-docs-sync classification)docs/development/docs-macros.mdhistorical example left untouched;native/aa-ffi-python/Cargo.lockFFI pins left to the separatebot/aa-ffi-pinPR (same as the rc.5 cycle)Type of Change
Breaking Changes
Related Issues
Testing
Local gates (authoritative):
uv syncOK ·pytest798 passed / 15 skipped (1 rerun = pre-existing environmental latency-bench flake, reran and passed) ·mypy --ignore-missing-imports agent_assemblyclean.ruff check ./ruff format --check .report pre-existing violations that are identical on pristineremote/masterand unrelated to this bump (the only changed.pyfile,__init__.py, passes ruff cleanly).Checklist
release-python.ymlworkflow_dispatchAFTER the core rc.6 tag is cut. DO NOT dispatch yet. This PR is reversible version/doc prep only.