diff --git a/setup.py b/setup.py index e3f2d83c568c0..d3aee366f9343 100644 --- a/setup.py +++ b/setup.py @@ -410,11 +410,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT / "airflow" / "git_ve _devel_only_amazon = [ "aws_xray_sdk", - "moto[glue]>=4.0", - # TODO: Remove the two below after https://github.com/aws/serverless-application-model/pull/3282 - # gets released and add back "cloudformation" extra to moto above - "openapi-spec-validator >=0.2.8", - "jsonschema>=3.0", + "moto[cloudformation,glue]>=4.2.5", f"mypy-boto3-rds>={_MIN_BOTO3_VERSION}", f"mypy-boto3-redshift-data>={_MIN_BOTO3_VERSION}", f"mypy-boto3-s3>={_MIN_BOTO3_VERSION}",