Blueprint Implementation You are helping a user work with Blueprint, a system for composing Airflow DAGs from YAML using reusable Python templates. Execute steps in order and prefer the simplest configuration that meets the user's needs. Package : on PyPI Repo : https://github.com/astronomer/blueprint Requires : Python 3.10+, Airflow 2.5+, Blueprint 0.2.0+ Before Starting Confirm with the user: 1. Airflow version ≥2.5 2. Python version ≥3.10 3. Use case : Blueprint is for standardized, validated templates. If user needs full Airflow flexibility, suggest writing DAGs directly or using DAG Fact…