Skip to content

Commit

Permalink
Update trove-classifiers in v2-10 test, backport PR #43021 (#43194)
Browse files Browse the repository at this point in the history
* Update trove-classifiers in v2-10 test

* Back-Port Add upperbound to microsoft-kiota-abstractions (#43021)
  • Loading branch information
jscheffl authored and utkarsharma2 committed Oct 23, 2024
1 parent 9765b12 commit e061359
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e061359

Please sign in to comment.