Skip to content

Commit

Permalink
Limit azure-cosmos (#38175)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Mar 15, 2024
1 parent 00cd44e commit 832571c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ dependencies:
- apache-airflow>=2.6.0
- adlfs>=2023.10.0
- azure-batch>=8.0.0
- azure-cosmos>=4.0.0
# azure-cosmos 4.6.0 fail on mypy, limit version till we fix the issue
- azure-cosmos>=4.0.0,<4.6.0
- azure-mgmt-cosmosdb
- azure-datalake-store>=0.0.45
- azure-identity>=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@
"adlfs>=2023.10.0",
"apache-airflow>=2.6.0",
"azure-batch>=8.0.0",
"azure-cosmos>=4.0.0",
"azure-cosmos>=4.0.0,<4.6.0",
"azure-datalake-store>=0.0.45",
"azure-identity>=1.3.1",
"azure-keyvault-secrets>=4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ microsoft-azure = [ # source: airflow/providers/microsoft/azure/provider.yaml
"adal>=1.2.7",
"adlfs>=2023.10.0",
"azure-batch>=8.0.0",
"azure-cosmos>=4.0.0",
"azure-cosmos>=4.0.0,<4.6.0",
"azure-datalake-store>=0.0.45",
"azure-identity>=1.3.1",
"azure-keyvault-secrets>=4.1.0",
Expand Down

0 comments on commit 832571c

Please sign in to comment.