Skip to content

Commit

Permalink
Pin Version of Azure Cosmos to <4 (apache#8956)
Browse files Browse the repository at this point in the history
Old Repo: https://github.com/Azure/azure-cosmos-python
New Repo: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cosmos/azure-cosmos

azure-cosmos==4.0.0 was released on 20 May 2020 that breaks Airflow

(cherry picked from commit dd72040)
  • Loading branch information
kaxil committed Jun 3, 2020
1 parent 072f947 commit 684653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def write_version(filename=os.path.join(*[my_dir, "airflow", "git_version"])):
'azure-mgmt-containerinstance>=1.5.0'
]
azure_cosmos = [
'azure-cosmos>=3.0.1'
'azure-cosmos>=3.0.1,<4',
]
azure_data_lake = [
'azure-datalake-store>=0.0.45'
Expand Down

0 comments on commit 684653d

Please sign in to comment.