Tracking: [Library] Deployment Failure Due to Typeguard Version Update #31749
Labels
@aws-cdk/aws-iam
Related to AWS Identity and Access Management
effort/medium
Medium work item – several days of effort
management/tracking
Issues that track a subject or multiple issues
p2
Overview
We encountered a deployment failure during our recent deployment caused by an unexpected version change in the typeguard library. Previously, we were using the following set of libraries:
This configuration worked fine in previous deployments. However, in the latest deployment, the typeguard version was unexpectedly updated to 4.3.0, causing the following error:
Link to the service’s CDK Construct Library API reference page.
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_iam-readme.html
Maturity: CloudFormation Resources Only
Stable
Implementation
The issue was traced back to the version bump of typeguard from 2.13.3 to 4.3.0. We had to manually lock the typeguard version back to 2.13.3 to resolve the issue and successfully complete the deployment.
Action Needed: Update the requirements to lock typeguard to 2.13.3 or ensure compatibility with the latest version of typeguard to prevent future issues.
Issue list
The text was updated successfully, but these errors were encountered: