diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index e2b0df930eff..e7935d8ddd90 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -97,6 +97,10 @@ dependencies: - sqlalchemy_redshift>=0.8.6 - asgiref - PyAthena>=3.0.10 + # XML sec 1.3.14 breaks Amazon's authentication with `lxml & xmlsec libxml2 library version mismatch` + # We should investigate if we can upgrade to a newer version of lxml and xmlsec + # Tracked in https://github.com/apache/airflow/issues/39103 + - xmlsec<1.3.14 additional-extras: - name: pandas diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index d88b975a87eb..ad8da71d9215 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -36,7 +36,8 @@ "jsonpath_ng>=1.5.3", "redshift_connector>=2.0.918", "sqlalchemy_redshift>=0.8.6", - "watchtower>=2.0.1,<4" + "watchtower>=2.0.1,<4", + "xmlsec<1.3.14" ], "devel-deps": [ "aiobotocore>=2.7.0",