chore: bump agentrust-trace to >=0.4 (drop <0.4 workaround cap)#58
Merged
Conversation
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>
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.
Bumps
agentrust-tracefrom>=0.3,<0.4to>=0.4.Why
The
<0.4cap worked around publishedagentrust-trace 0.3.0lacking the TRACE A2Adelegationblock 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.4No code changes were needed: cA2A owns the
delegation-block semantics natively (trace_bindingbuilds it,ca2a_verify.dagvalidates it — it's the profile's own extension), and there was no version guard, vendored schema, or--force-reinstallshim to remove. The<0.4version cap was the entire workaround.Verified against
agentrust-trace 0.4.0installed 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-testspin (no new release of that package yet).🤖 Generated with Claude Code