From 7b151d32c809805a6406999b83401663baf7eb41 Mon Sep 17 00:00:00 2001 From: Kalyan R Date: Wed, 16 Oct 2024 00:36:11 +0530 Subject: [PATCH] Add upperbound to microsoft-kiota-abstractions (#43021) * add upperbound to microsoft-kiota-abstractions * add * add comment about breaking change --- generated/provider_dependencies.json | 1 + providers/src/airflow/providers/microsoft/azure/provider.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 571cd29f1a7..02323df136b 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -828,6 +828,7 @@ "azure-storage-file-share>=12.7.0", "azure-synapse-artifacts>=0.17.0", "azure-synapse-spark>=0.2.0", + "microsoft-kiota-abstractions<1.4.0", "microsoft-kiota-http>=1.3.0,!=1.3.4", "microsoft-kiota-serialization-json==1.0.0", "microsoft-kiota-serialization-text==1.0.0", diff --git a/providers/src/airflow/providers/microsoft/azure/provider.yaml b/providers/src/airflow/providers/microsoft/azure/provider.yaml index c4831a641b3..b1839b10fd0 100644 --- a/providers/src/airflow/providers/microsoft/azure/provider.yaml +++ b/providers/src/airflow/providers/microsoft/azure/provider.yaml @@ -113,6 +113,9 @@ dependencies: - microsoft-kiota-http>=1.3.0,!=1.3.4 - microsoft-kiota-serialization-json==1.0.0 - microsoft-kiota-serialization-text==1.0.0 + # microsoft-kiota-abstractions 1.4.0 breaks MyPy static checks on main + # see https://github.com/apache/airflow/issues/43036 + - microsoft-kiota-abstractions<1.4.0 devel-dependencies: - pywinrm