Skip to content

fix(deps): consume agentcore-cdk alpha.48 - #2053

Merged
aidandaly24 merged 1 commit into
aws:mainfrom
aidandaly24:fix/consume-agentcore-cdk-alpha-48
Aug 20, 2026
Merged

fix(deps): consume agentcore-cdk alpha.48#2053
aidandaly24 merged 1 commit into
aws:mainfrom
aidandaly24:fix/consume-agentcore-cdk-alpha-48

Conversation

@aidandaly24

Copy link
Copy Markdown
Contributor

Description

Updates the CLI-managed @aws/agentcore-cdk dependency from 0.1.0-alpha.45 to the published
0.1.0-alpha.48 release.

The newer construct release includes the uv wheel-diagnostic retry fix from
aws/agentcore-l3-cdk-constructs#329, which restores LangChain/LangGraph CodeZip synthesis with
current uv versions. It also carries the managed-memory ARN, configuration-bundle partition, and
gateway parameter preservation fixes released since alpha.45.

This change updates the vended CDK manifest, dependency reconciliation expectations, prerelease
skew tests, and the asset snapshot. Existing projects are upgraded to alpha.48 by the normal
managed-dependency sync on their next deploy.

Related Issue

Closes #2050

Documentation PR

N/A. This consumes an already-published compatible L3 bugfix release without changing the CLI
interface.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Additional verification:

  • npm run build
  • npm run format:check
  • Focused dependency-management and asset snapshot tests: 158 passed
  • Integration tests: 336 passed, 1 skipped

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly, or no documentation change is required
  • I have added an appropriate example to the documentation, or no new example is required
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

@aidandaly24
aidandaly24 requested a review from a team August 20, 2026 01:49
@github-actions github-actions Bot added the size/s PR size: S label Aug 20, 2026
@github-actions github-actions Bot added the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 20, 2026
@agentcore-devx-automation agentcore-devx-automation Bot added the claude-security-reviewing Claude Code /security-review in progress label Aug 20, 2026
@agentcore-devx-automation

Copy link
Copy Markdown
Contributor

Claude Security Review: no high-confidence findings. (run)

@agentcore-devx-automation agentcore-devx-automation Bot removed the claude-security-reviewing Claude Code /security-review in progress label Aug 20, 2026
@github-actions github-actions Bot removed the agentcore-harness-reviewing AgentCore Harness review in progress label Aug 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.27.1.tgz

How to install

gh release download pr-2053-tarball --repo aws/agentcore-cli --pattern "*.tgz" --dir /tmp/pr-tarball
npm install -g /tmp/pr-tarball/aws-agentcore-0.27.1.tgz

@aidandaly24
aidandaly24 merged commit 3f52754 into aws:main Aug 20, 2026
41 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s PR size: S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[blocker] default LangChain/LangGraph framework does not deploy; synth fails

2 participants