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 authored and Chris Fei committed Mar 5, 2021
1 parent 90ca19b commit 27a54ee
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 73 deletions.
30 changes: 15 additions & 15 deletions requirements/requirements-python2.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ beautifulsoup4==4.7.1
billiard==3.6.3.0
bleach==3.1.5
blinker==1.4
boto3==1.13.11
boto3==1.13.15
boto==2.49.0
botocore==1.16.11
botocore==1.16.15
cached-property==1.5.1
cachetools==3.1.1
cassandra-driver==3.20.2
Expand All @@ -80,7 +80,7 @@ celery==4.4.2
certifi==2020.4.5.1
cffi==1.14.0
cfgv==2.0.1
cfn-lint==0.31.1
cfn-lint==0.32.1
cgroupspy==0.1.6
chardet==3.0.4
click==6.7
Expand Down Expand Up @@ -108,7 +108,7 @@ docutils==0.16
ecdsa==0.15
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
email-validator==1.1.0
email-validator==1.1.1
entrypoints==0.3
enum34==1.1.10
execnet==1.7.1
Expand All @@ -130,14 +130,14 @@ google-api-core==1.17.0
google-api-python-client==1.8.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
google-auth==1.14.3
google-auth==1.15.0
google-cloud-bigquery==1.24.0
google-cloud-bigtable==1.2.1
google-cloud-container==0.5.0
google-cloud-core==1.3.0
google-cloud-dlp==0.15.0
google-cloud-language==1.3.0
google-cloud-secret-manager==0.2.0
google-cloud-secret-manager==1.0.0
google-cloud-spanner==1.16.0
google-cloud-speech==1.3.2
google-cloud-storage==1.28.1
Expand All @@ -154,10 +154,10 @@ grpcio==1.29.0
gunicorn==19.10.0
hdfs==2.5.8
hmsclient==0.1.1
httplib2==0.17.3
httplib2==0.18.1
humanize==0.5.1
hvac==0.10.1
identify==1.4.15
hvac==0.10.2
identify==1.4.16
idna==2.9
ijson==2.6.1
imagesize==1.2.0
Expand Down Expand Up @@ -198,7 +198,7 @@ mongomock==3.19.0
monotonic==1.5
more-itertools==5.0.0
moto==1.3.14
msrest==0.6.13
msrest==0.6.14
msrestazure==0.6.3
multi-key-dict==2.0.3
mysqlclient==1.3.14
Expand All @@ -211,7 +211,7 @@ ntlm-auth==1.4.0
numpy==1.16.6
oauthlib==3.1.0
oscrypto==1.2.0
packaging==20.3
packaging==20.4
pandas-gbq==0.13.1
pandas==0.24.2
pandocfilters==1.4.2
Expand All @@ -230,7 +230,7 @@ pre-commit==1.21.0
presto-python-client==0.7.0
prison==0.1.0
prompt-toolkit==1.0.18
protobuf==3.12.0
protobuf==3.12.1
psutil==5.7.0
psycopg2-binary==2.8.5
ptyprocess==0.6.0
Expand Down Expand Up @@ -288,7 +288,7 @@ sentry-sdk==0.14.4
setproctitle==1.1.10
simplegeneric==0.8.1
singledispatch==3.4.0.3
six==1.14.0
six==1.15.0
slackclient==1.3.2
snakebite==2.11.0
snowballstemmer==2.0.0
Expand Down Expand Up @@ -326,9 +326,9 @@ unicodecsv==0.14.1
unittest2==1.1.0
uritemplate==3.0.1
urllib3==1.25.9
vertica-python==0.10.3
vertica-python==0.10.4
vine==1.3.0
virtualenv==20.0.20
virtualenv==20.0.21
wcwidth==0.1.9
webencodings==0.5.1
websocket-client==0.57.0
Expand Down
34 changes: 17 additions & 17 deletions requirements/requirements-python3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ bcrypt==3.1.7
beautifulsoup4==4.7.1
billiard==3.6.3.0
blinker==1.4
boto3==1.13.11
boto3==1.13.15
boto==2.49.0
botocore==1.16.11
botocore==1.16.15
cached-property==1.5.1
cachetools==4.1.0
cassandra-driver==3.20.2
Expand All @@ -71,7 +71,7 @@ celery==4.4.2
certifi==2020.4.5.1
cffi==1.14.0
cfgv==2.0.1
cfn-lint==0.31.1
cfn-lint==0.32.1
cgroupspy==0.1.6
chardet==3.0.4
click==6.7
Expand All @@ -96,7 +96,7 @@ docutils==0.16
ecdsa==0.15
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
email-validator==1.1.0
email-validator==1.1.1
entrypoints==0.3
execnet==1.7.1
fastavro==0.23.4
Expand All @@ -107,7 +107,7 @@ flaky==3.6.1
flask-swagger==0.2.13
flower==0.9.4
freezegun==0.3.15
fsspec==0.7.3
fsspec==0.7.4
funcsigs==1.0.2
future-fstrings==1.2.0
future==0.18.2
Expand All @@ -116,14 +116,14 @@ google-api-core==1.17.0
google-api-python-client==1.8.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
google-auth==1.14.3
google-auth==1.15.0
google-cloud-bigquery==1.24.0
google-cloud-bigtable==1.2.1
google-cloud-container==0.5.0
google-cloud-core==1.3.0
google-cloud-dlp==0.15.0
google-cloud-language==1.3.0
google-cloud-secret-manager==0.2.0
google-cloud-secret-manager==1.0.0
google-cloud-spanner==1.16.0
google-cloud-speech==1.3.2
google-cloud-storage==1.28.1
Expand All @@ -140,10 +140,10 @@ grpcio==1.29.0
gunicorn==19.10.0
hdfs==2.5.8
hmsclient==0.1.1
httplib2==0.17.3
httplib2==0.18.1
humanize==0.5.1
hvac==0.10.1
identify==1.4.15
hvac==0.10.2
identify==1.4.16
idna==2.9
ijson==2.6.1
imagesize==1.2.0
Expand Down Expand Up @@ -181,7 +181,7 @@ mock==3.0.5
mongomock==3.19.0
more-itertools==8.3.0
moto==1.3.14
msrest==0.6.13
msrest==0.6.14
msrestazure==0.6.3
multi-key-dict==2.0.3
mypy-extensions==0.4.3
Expand All @@ -196,7 +196,7 @@ ntlm-auth==1.4.0
numpy==1.18.4
oauthlib==3.1.0
oscrypto==1.2.0
packaging==20.3
packaging==20.4
pandas-gbq==0.13.2
pandas==0.25.3
papermill==2.0.0
Expand All @@ -215,13 +215,13 @@ pre-commit==1.21.0
presto-python-client==0.7.0
prison==0.1.0
prompt-toolkit==2.0.10
protobuf==3.12.0
protobuf==3.12.1
psutil==5.7.0
psycopg2-binary==2.8.5
ptyprocess==0.6.0
py==1.8.1
pyOpenSSL==19.1.0
pyarrow==0.17.0
pyarrow==0.17.1
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.6.0
Expand Down Expand Up @@ -271,7 +271,7 @@ sendgrid==5.6.0
sentinels==1.0.0
sentry-sdk==0.14.4
setproctitle==1.1.10
six==1.14.0
six==1.15.0
slackclient==1.3.2
snowballstemmer==2.0.0
snowflake-connector-python==2.2.6
Expand Down Expand Up @@ -311,9 +311,9 @@ tzlocal==1.5.1
unicodecsv==0.14.1
uritemplate==3.0.1
urllib3==1.25.9
vertica-python==0.10.3
vertica-python==0.10.4
vine==1.3.0
virtualenv==20.0.20
virtualenv==20.0.21
wcwidth==0.1.9
websocket-client==0.57.0
wrapt==1.12.1
Expand Down
36 changes: 18 additions & 18 deletions requirements/requirements-python3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ beautifulsoup4==4.7.1
billiard==3.6.3.0
black==19.10b0
blinker==1.4
boto3==1.13.11
boto3==1.13.15
boto==2.49.0
botocore==1.16.11
botocore==1.16.15
cached-property==1.5.1
cachetools==4.1.0
cassandra-driver==3.20.2
Expand All @@ -73,7 +73,7 @@ celery==4.4.2
certifi==2020.4.5.1
cffi==1.14.0
cfgv==3.1.0
cfn-lint==0.31.1
cfn-lint==0.32.1
cgroupspy==0.1.6
chardet==3.0.4
click==6.7
Expand All @@ -98,7 +98,7 @@ docutils==0.16
ecdsa==0.15
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
email-validator==1.1.0
email-validator==1.1.1
entrypoints==0.3
execnet==1.7.1
fastavro==0.23.4
Expand All @@ -109,7 +109,7 @@ flaky==3.6.1
flask-swagger==0.2.13
flower==0.9.4
freezegun==0.3.15
fsspec==0.7.3
fsspec==0.7.4
funcsigs==1.0.2
future-fstrings==1.2.0
future==0.18.2
Expand All @@ -118,14 +118,14 @@ google-api-core==1.17.0
google-api-python-client==1.8.3
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.4.1
google-auth==1.14.3
google-auth==1.15.0
google-cloud-bigquery==1.24.0
google-cloud-bigtable==1.2.1
google-cloud-container==0.5.0
google-cloud-core==1.3.0
google-cloud-dlp==0.15.0
google-cloud-language==1.3.0
google-cloud-secret-manager==0.2.0
google-cloud-secret-manager==1.0.0
google-cloud-spanner==1.16.0
google-cloud-speech==1.3.2
google-cloud-storage==1.28.1
Expand All @@ -142,10 +142,10 @@ grpcio==1.29.0
gunicorn==19.10.0
hdfs==2.5.8
hmsclient==0.1.1
httplib2==0.17.3
httplib2==0.18.1
humanize==0.5.1
hvac==0.10.1
identify==1.4.15
hvac==0.10.2
identify==1.4.16
idna==2.9
ijson==2.6.1
imagesize==1.2.0
Expand Down Expand Up @@ -183,13 +183,13 @@ mock==4.0.2
mongomock==3.19.0
more-itertools==8.3.0
moto==1.3.14
msrest==0.6.13
msrest==0.6.14
msrestazure==0.6.3
multi-key-dict==2.0.3
mypy-extensions==0.4.3
mypy==0.720
mysqlclient==1.3.14
nbclient==0.3.0
nbclient==0.3.1
nbformat==5.0.6
nest-asyncio==1.3.3
networkx==2.4
Expand All @@ -199,7 +199,7 @@ ntlm-auth==1.4.0
numpy==1.18.4
oauthlib==3.1.0
oscrypto==1.2.0
packaging==20.3
packaging==20.4
pandas-gbq==0.13.2
pandas==0.25.3
papermill==2.1.1
Expand All @@ -217,13 +217,13 @@ pre-commit==2.4.0
presto-python-client==0.7.0
prison==0.1.3
prompt-toolkit==3.0.5
protobuf==3.12.0
protobuf==3.12.1
psutil==5.7.0
psycopg2-binary==2.8.5
ptyprocess==0.6.0
py==1.8.1
pyOpenSSL==19.1.0
pyarrow==0.17.0
pyarrow==0.17.1
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.6.0
Expand Down Expand Up @@ -274,7 +274,7 @@ sendgrid==5.6.0
sentinels==1.0.0
sentry-sdk==0.14.4
setproctitle==1.1.10
six==1.14.0
six==1.15.0
slackclient==1.3.2
snowballstemmer==2.0.0
snowflake-connector-python==2.2.6
Expand Down Expand Up @@ -313,9 +313,9 @@ tzlocal==1.5.1
unicodecsv==0.14.1
uritemplate==3.0.1
urllib3==1.25.9
vertica-python==0.10.3
vertica-python==0.10.4
vine==1.3.0
virtualenv==20.0.20
virtualenv==20.0.21
wcwidth==0.1.9
websocket-client==0.57.0
wrapt==1.12.1
Expand Down
Loading

0 comments on commit 27a54ee

Please sign in to comment.