In addition to #18, we would also like to implement a script that verifies the final versions of the critical Python packages (the ones that are required to run Airflow without issues). If the final versions don't match, we should report an error and exit the container.
Acceptance Criteria
A version verification script that validates the version of our critical Python packages and exit with an error if necessary.
Overview
In addition to #18, we would also like to implement a script that verifies the final versions of the critical Python packages (the ones that are required to run Airflow without issues). If the final versions don't match, we should report an error and exit the container.
Acceptance Criteria
A version verification script that validates the version of our critical Python packages and exit with an error if necessary.