Skip to content

chore: bump agentrust-trace to >=0.4 (drop <0.4 workaround cap)#58

Merged
imran-siddique merged 1 commit into
mainfrom
chore/agentrust-trace-0.4
Jul 21, 2026
Merged

chore: bump agentrust-trace to >=0.4 (drop <0.4 workaround cap)#58
imran-siddique merged 1 commit into
mainfrom
chore/agentrust-trace-0.4

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

Bumps agentrust-trace from >=0.3,<0.4 to >=0.4.

Why

The <0.4 cap worked around published agentrust-trace 0.3.0 lacking the TRACE A2A delegation block that cA2A records carry (the block existed in local trace-spec but not the published wheel; see the publishing-gap note / PR #54). agentrust-trace 0.4.0 (agentrust-io/trace-spec#105, now on PyPI) ships that block, so the cap is removed.

What changed

  • pyproject.toml: agentrust-trace>=0.4
  • CHANGELOG

No code changes were needed: cA2A owns the delegation-block semantics natively (trace_binding builds it, ca2a_verify.dag validates it — it's the profile's own extension), and there was no version guard, vendored schema, or --force-reinstall shim to remove. The <0.4 version cap was the entire workaround.

Verified against agentrust-trace 0.4.0 installed from PyPI: 201 tests pass, ruff + mypy clean, including the delegation-block path (test_trace_binding.py) and conformance tests.

Left as-is: agentrust-trace-tests pin (no new release of that package yet).

🤖 Generated with Claude Code

The <0.4 cap worked around published agentrust-trace 0.3.0 lacking the TRACE
A2A delegation block that cA2A records carry. 0.4.0 ships that block, so the cap
is removed. cA2A owns the delegation-block semantics natively (trace_binding /
ca2a_verify.dag); no code shim was involved. 201 tests + ruff + mypy pass
against 0.4.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@imran-siddique
imran-siddique merged commit f5091f7 into main Jul 21, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant