Describe the bug
(Cloud assembly schema version mismatch: Maximum schema version supported is 43.x.x, but found 44.0.0. You need at least CLI version 2.1020.0 to read this manifest.)
but I'm using latest cdk 2.1020.2 nd aws-cdk-lib 2.204.0
rolling back to aws-cdk == 2.1001.0 aws-cdk-lib == 2.180.0 fixed the problem
Regression Issue
Last Known Working CDK Library Version
No response
Expected Behavior
no err msg
Current Behavior
error : This CDK CLI is not compatible with the CDK library used by your application. Please upgrade the CLI to the latest version.
(Cloud assembly schema version mismatch: Maximum schema version supported is 43.x.x, but found 45.0.0. You need at least CLI version 2.1020.2 to read this manifest.)
Reproduction Steps
use cli "aws-cdk": "2.1020.2",
build cdk: "aws-cdk-lib": "2.204.0"
Possible Solution
No response
Additional Information/Context
Entire pipeline is breaking because of this issue
AWS CDK Library version (aws-cdk-lib)
2.204.0
AWS CDK CLI version
2.1020.2
Node.js Version
v22.19.0
OS
Ubuntu
Language
Python
Language Version
No response
Other information
No response