Skip to content

Commit

Permalink
Add upperbound to microsoft-kiota-abstractions (apache#43021)
Browse files Browse the repository at this point in the history
* add upperbound to microsoft-kiota-abstractions

* add

* add comment about breaking change
  • Loading branch information
rawwar authored Oct 15, 2024
1 parent f708fc9 commit 7b151d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions providers/src/airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b151d3

Please sign in to comment.