diff --git a/cdk/setup.py b/cdk/setup.py index 861db70..f1356cf 100644 --- a/cdk/setup.py +++ b/cdk/setup.py @@ -21,7 +21,7 @@ install_requires=[ f"aws-cdk-lib=={CDK_VERSION}", f"constructs>=10.0.0,<11.0.0", - f"oe-patterns-cdk-common@git+https://github.com/ordinaryexperts/aws-marketplace-oe-patterns-cdk-common@hotfix/4.1.1" + f"oe-patterns-cdk-common@git+https://github.com/ordinaryexperts/aws-marketplace-oe-patterns-cdk-common@4.1.4" ], python_requires=">=3.6",