diff --git a/data/notices.json b/data/notices.json index 39f46e5..b87b636 100644 --- a/data/notices.json +++ b/data/notices.json @@ -295,6 +295,38 @@ } ], "schemaVersion": "1" + }, + { + "title": "Python users using Schedule class get synth-time TypeError for mismatched types", + "issueNumber": 27259, + "overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.", + "components": [ + { + "name": "aws-cdk-lib.aws-events.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-backup.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-autoscaling.Schedule", + "version": "2.97.0" + }, + { + "name": "aws-cdk-lib.aws-applicationautoscaling.Schedule", + "version": "2.97.0" + }, + { + "name": "@aws-cdk/aws-synthetics-alpha.Schedule", + "version": "2.97.0-alpha.0" + }, + { + "name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression", + "version": "2.97.0-alpha.0" + } + ], + "schemaVersion": "1" } ] }