[
https://issues.apache.org/jira/browse/AIRFLOW-5942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975501#comment-16975501
]
ASF subversion and git services commented on AIRFLOW-5942:
----------------------------------------------------------
Commit 713323d818eaa3a96ab0cf47703651e0cc1a29b0 in airflow's branch
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=713323d ]
[AIRFLOW-5942] Pin PyMSSQL to <3.0 (#6592)
(cherry picked from commit e50abb8ecb44c68d2226ae74467c4d6c048d2659)
> Pin PyMSSQL to <3.0
> -------------------
>
> Key: AIRFLOW-5942
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5942
> Project: Apache Airflow
> Issue Type: Improvement
> Components: dependencies
> Affects Versions: 1.10.6
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Major
> Fix For: 1.10.7
>
>
> Pymssql authors have just pushed a release to PyPi that is _purposefully
> non-functional_ https://github.com/pymssql/pymssql/issues/668
> Unfortunately our version constraint on it from Airflow is a bit too broad,
> so this will be installed if you don't do anything else when you do `pip
> install 'apache-airfow[mssql]'. The work around if you need this dep is to do
> `pip install 'mssql~=2.1' 'apache-airfow[mssql]'`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)