From fc058b11b7aedadc1b1839ec8bb997ffbaa14011 Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Sat, 19 Oct 2024 22:57:22 +0200 Subject: [PATCH 1/2] Update trove-classifiers in v2-10 test --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2b9559ff990..74827976209c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires = [ "pluggy==1.5.0", "smmap==5.0.1", "tomli==2.0.2; python_version < '3.11'", - "trove-classifiers==2024.10.13", + "trove-classifiers==2024.10.16", ] build-backend = "hatchling.build" From 8bb6aa2fbb04dd0c5ce9f4601b950130a72405d8 Mon Sep 17 00:00:00 2001 From: Jens Scheffler Date: Sat, 19 Oct 2024 23:55:11 +0200 Subject: [PATCH 2/2] Back-Port Add upperbound to microsoft-kiota-abstractions (#43021) --- airflow/providers/microsoft/azure/provider.yaml | 6 +++--- generated/provider_dependencies.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml index 27a0a2da2e84..df19d922df2a 100644 --- a/airflow/providers/microsoft/azure/provider.yaml +++ b/airflow/providers/microsoft/azure/provider.yaml @@ -104,9 +104,9 @@ dependencies: - azure-mgmt-containerregistry>=8.0.0 - azure-mgmt-containerinstance>=10.1.0 - msgraph-core>=1.0.0 - # msgraph-core has transient import failures with microsoft-kiota-http==1.3.4 - # See https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/706 - - microsoft-kiota-http>=1.3.0,!=1.3.4 + # 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 diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 14cb50430029..5680f4c8b7cc 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -801,7 +801,7 @@ "azure-storage-file-share>=12.7.0", "azure-synapse-artifacts>=0.17.0", "azure-synapse-spark>=0.2.0", - "microsoft-kiota-http>=1.3.0,!=1.3.4", + "microsoft-kiota-abstractions<1.4.0", "msgraph-core>=1.0.0" ], "devel-deps": [