This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6e3cee1f6e Re-enable azure service bus on ARM as it now builds cleanly 
(#28442)
6e3cee1f6e is described below

commit 6e3cee1f6e407d5f505410863c3f73fe1bfcc7cf
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Dec 19 23:36:07 2022 +0100

    Re-enable azure service bus on ARM as it now builds cleanly (#28442)
    
    Previously, the Azure Service Bus had to be disabled in order
    to get ARM compatibility (it failed to build cleanly as uampq did
    not have binary wheels released and they failed to compile cleanly
    on debian). But the last problem is fixed now, so we can re-enable
    it for ARM.
---
 airflow/providers/microsoft/azure/provider.yaml | 3 +--
 generated/provider_dependencies.json            | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/airflow/providers/microsoft/azure/provider.yaml 
b/airflow/providers/microsoft/azure/provider.yaml
index 43929ea747..4127791f52 100644
--- a/airflow/providers/microsoft/azure/provider.yaml
+++ b/airflow/providers/microsoft/azure/provider.yaml
@@ -63,8 +63,7 @@ dependencies:
   - azure-storage-blob>=12.14.0
   - azure-storage-common>=2.1.0
   - azure-storage-file>=2.1.0
-  # Limited due to https://github.com/Azure/azure-uamqp-python/issues/191
-  - azure-servicebus>=7.6.1; platform_machine != "aarch64"
+  - azure-servicebus>=7.6.1
   - azure-synapse-spark
   - adal>=1.2.7
 
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index db33ad1505..ce549a6d07 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -440,7 +440,7 @@
       "azure-mgmt-datafactory>=1.0.0,<2.0",
       "azure-mgmt-datalake-store>=0.5.0",
       "azure-mgmt-resource>=2.2.0",
-      "azure-servicebus>=7.6.1; platform_machine != \"aarch64\"",
+      "azure-servicebus>=7.6.1",
       "azure-storage-blob>=12.14.0",
       "azure-storage-common>=2.1.0",
       "azure-storage-file>=2.1.0",

Reply via email to