Ben Hamming
Ben Hamming
lambda.Runtime.PROVIDED_AL2023 is referenced [here](https://github.com/cdklabs/cdk-ecr-deployment/blob/main/src/index.ts#L143C31-L143C46) which is added to aws-cdk in v [2.105.0](https://github.com/aws/aws-cdk/releases/tag/v2.105.0) but the [package.json only requires 2.0.0 ](https://github.com/cdklabs/cdk-ecr-deployment/blob/main/package.json#L75). It should instead require 2.105.0. The customer effect is getting this...
Currently cbor is listed as required for >= 5.2 https://github.com/localstack/localstack/commit/b612563c223423fb808f7117ba4eb0043a49f7f1 relies on the existence of `cbor2._decoder` which appears first in cbor 5.5 https://github.com/agronholm/cbor2/tree/5.5.0/cbor2 notice its absence here https://github.com/agronholm/cbor2/tree/5.4.6/cbor2 ## Motivation...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently cbor is listed as required for >= 5.2 https://github.com/localstack/localstack/blob/master/pyproject.toml#L60 but...