diff --git a/images/airflow/requirements.txt b/images/airflow/requirements.txt index 16f04e17..b42f2f2b 100644 --- a/images/airflow/requirements.txt +++ b/images/airflow/requirements.txt @@ -22,7 +22,9 @@ docker==3.5.0 # overriding where it is sourced from python-openstackclient==3.16.1 kubernetes>=6.0.0 +# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues marshmallow-sqlalchemy==0.18.0 +tabulate==0.8.03 # Dependencies for other UCP components git+https://git.openstack.org/openstack/airship-deckhand@7e5d81f50f1f8c0d58d0973ae0b3065fd5b62451#egg=deckhand diff --git a/src/bin/shipyard_airflow/requirements.txt b/src/bin/shipyard_airflow/requirements.txt index 5fb789ae..6b17283c 100644 --- a/src/bin/shipyard_airflow/requirements.txt +++ b/src/bin/shipyard_airflow/requirements.txt @@ -37,7 +37,9 @@ uwsgi==2.0.17 # To support profiling in non-prod Werkzeug>=0.15.0 +# Need to lock marshmellow-sqlalchemy and tabulate for compatibility issues marshmallow-sqlalchemy==0.18.0 +tabulate==0.8.03 # Dependencies for other UCP components git+https://git.openstack.org/openstack/airship-deckhand@7e5d81f50f1f8c0d58d0973ae0b3065fd5b62451#egg=deckhand