Skip to content

Commit

Permalink
Back-Port Add upperbound to microsoft-kiota-abstractions (apache#43021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Oct 19, 2024
1 parent fc058b1 commit 8bb6aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit 8bb6aa2

Please sign in to comment.