Skip to content

Commit 33857d7

Browse files
build(deps): update agentrust-trace requirement from >=0.3 to >=0.4.0
Updates the requirements on [agentrust-trace](https://github.com/agentrust-io/trace-spec) to permit the latest version. - [Release notes](https://github.com/agentrust-io/trace-spec/releases) - [Changelog](https://github.com/agentrust-io/trace-spec/blob/main/CHANGELOG.md) - [Commits](agentrust-io/trace-spec@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: agentrust-trace dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67a3028 commit 33857d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

claude-code/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# --sign): the Agent Manifest and the TRACE Trust Record. Verified against the
66
# PyPI releases below in a clean virtualenv.
77
agent-manifest>=0.3
8-
agentrust-trace>=0.3
8+
agentrust-trace>=0.4.0
99
agentrust-trace-tests>=0.2

scheduled-agents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#
44
# Required only to sign a TRACE record (/schedule-trace, /schedule-manifest
55
# approve --sign). Verified against the PyPI releases below in a clean virtualenv.
6-
agentrust-trace>=0.3
6+
agentrust-trace>=0.4.0
77
agentrust-trace-tests>=0.2

0 commit comments

Comments
 (0)