Skip to content

Commit 2637c56

Browse files
committed
fix: update asset snapshot and bump SDK to 3.1020.0
- Update asset file listing snapshot for new evaluator templates - Bump @aws-sdk/client-bedrock-agentcore to 3.1020.0 to resolve missing EvaluationReferenceInput type
1 parent 8ffe3a7 commit 2637c56

2 files changed

Lines changed: 3 additions & 36 deletions

File tree

package-lock.json

Lines changed: 1 addition & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ exports[`Assets Directory Snapshots > File listing > should match the expected f
448448
"container/python/dockerignore.template",
449449
"evaluators/python-lambda/execution-role-policy.json",
450450
"evaluators/python-lambda/lambda_function.py",
451-
"evaluators/python-lambda/requirements.txt",
451+
"evaluators/python-lambda/pyproject.toml",
452+
"evaluators/python-lambda/wheels/bedrock_agentcore-1.5.0-py3-none-any.whl",
452453
"mcp/python-lambda/README.md",
453454
"mcp/python-lambda/handler.py",
454455
"mcp/python-lambda/pyproject.toml",

0 commit comments

Comments
 (0)