[AIRFLOW-XXX] Pin Sendgrid dep. (#5031)
Sendgrid just released 6.0 with breaking changes, and I don't have the time to define how to change our code or tests - as they haven't published a migration guide :(
This commit is contained in:
Родитель
e72ff0aeab
Коммит
2fcb761067
2
setup.py
2
setup.py
|
@ -222,7 +222,7 @@ redis = ['redis~=3.2']
|
||||||
salesforce = ['simple-salesforce>=0.72']
|
salesforce = ['simple-salesforce>=0.72']
|
||||||
samba = ['pysmbclient>=0.1.3']
|
samba = ['pysmbclient>=0.1.3']
|
||||||
segment = ['analytics-python>=1.2.9']
|
segment = ['analytics-python>=1.2.9']
|
||||||
sendgrid = ['sendgrid>=5.2.0']
|
sendgrid = ['sendgrid>=5.2.0,<6']
|
||||||
slack = ['slackclient>=1.0.0']
|
slack = ['slackclient>=1.0.0']
|
||||||
mongo = ['pymongo>=3.6.0']
|
mongo = ['pymongo>=3.6.0']
|
||||||
snowflake = ['snowflake-connector-python>=1.5.2',
|
snowflake = ['snowflake-connector-python>=1.5.2',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче