Skip to content

Commit

Permalink
Pinning pymssql to version less than 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 committed Oct 24, 2023
1 parent 5f3d04f commit 7bc6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pendulum>=1.2.0",
"singer-python==5.13.0",
# pymssql==2.2.8 broken: https://github.com/pymssql/pymssql/issues/833
"pymssql>=2.1.1,!=2.2.8",
"pymssql>=2.1.1,<=2.2.7",
"backoff==1.8.0",
],
entry_points="""
Expand Down

0 comments on commit 7bc6282

Please sign in to comment.