Skip to content

Commit ff64010

Browse files
chore(claude-code): bump tested/required deps to the 0.3.0 line
PyPI now ships agent-manifest 0.3.0 and agentrust-trace 0.3.0. Ran the full signing path (capture.py report) in a clean venv on agent-manifest==0.3.0 / agentrust-trace==0.3.0 / agentrust-trace-tests==0.2.0: manifest validates and self-verifies, the TRACE record passes the suite at Level 0 (8/8), and the stdlib test suite is green. - integration.yaml tested_against: agent-manifest 0.2.0 -> 0.3.0; record the agentrust-trace-tests version explicitly. - requirements.txt: raise the agent-manifest floor 0.2 -> 0.3 to match the tested line. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3224e8a commit ff64010

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

claude-code/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ license: Apache-2.0
1111
tier: community
1212
trace_conformance_level: 0
1313
tested_against:
14-
agent-manifest: 0.2.0
14+
agent-manifest: 0.3.0
1515
agentrust-trace: 0.3.0
16+
agentrust-trace-tests: 0.2.0

claude-code/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# These are required only to generate SIGNED records (/trace, /manifest approve
55
# --sign): the Agent Manifest and the TRACE Trust Record. Verified against the
66
# PyPI releases below in a clean virtualenv.
7-
agent-manifest>=0.2
7+
agent-manifest>=0.3
88
agentrust-trace>=0.3
99
agentrust-trace-tests>=0.2

0 commit comments

Comments
 (0)