This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new 044003d2f50 Update trove-classifiers in v2-10 test, backport PR #43021
(#43194)
044003d2f50 is described below
commit 044003d2f50623a97b53ec508ad850acf5c77c49
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Oct 20 09:41:17 2024 +0200
Update trove-classifiers in v2-10 test, backport PR #43021 (#43194)
* Update trove-classifiers in v2-10 test
* Back-Port Add upperbound to microsoft-kiota-abstractions (#43021)
---
airflow/providers/microsoft/azure/provider.yaml | 6 +++---
generated/provider_dependencies.json | 2 +-
pyproject.toml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/airflow/providers/microsoft/azure/provider.yaml
b/airflow/providers/microsoft/azure/provider.yaml
index 27a0a2da2e8..df19d922df2 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 14cb5043002..5680f4c8b7c 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": [
diff --git a/pyproject.toml b/pyproject.toml
index f2b9559ff99..74827976209 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"