ashb commented on a change in pull request #6592: [AIRFLOW-5942] Pin PyMSSQL to <3.0 URL: https://github.com/apache/airflow/pull/6592#discussion_r347028352
########## File path: setup.py ########## @@ -237,7 +237,7 @@ def write_version(filename: str = os.path.join(*["airflow", "git_version"])): kubernetes = ['kubernetes>=3.0.0', 'cryptography>=2.0.0'] ldap = ['ldap3>=2.5.1'] -mssql = ['pymssql>=2.1.1'] +mssql = ['pymssql<3.0'] Review comment: Or ```suggestion mssql = ['pymssql~=2.1.1'] ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services