Skip to content

Commit c19e1e3

Browse files
author
Alex Meadows
committed
Fixing pymssql requirement
Due to current state of pymssql, having to modify the requirement to ensure requirements install works as expected going forward (until pymssql is replaced or support plan is figured out).
1 parent f963ba3 commit c19e1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"google-compute-engine >= 2.8.13",
2424
"psycopg2-binary >= 2.8.2",
2525
"pymysql >= 0.9.3",
26-
"pymssql >= 2.1.4",
26+
"pymssql <3.0",
2727
"python-dateutil >= 2.8.0",
2828
"snowflake-sqlalchemy >= 1.1.13",
2929
"sqlalchemy >= 1.3.3",

0 commit comments

Comments
 (0)