Skip to content

Commit

Permalink
Excluding pymssql v2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 committed Jul 31, 2023
1 parent 618f4d2 commit 5f3d04f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.10
* Resolving issue with pymssql - excluding version 2.2.8

## 1.0.9
* Bumps singer-python from 5.9.0 to 5.13.0.

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="tap-sybase",
version="1.0.7",
version="1.0.10",
description="Singer.io tap for extracting data from SQL Server - PipelineWise compatible",
author="Stitch",
url="https://github.com/s7clarke10/tap-sybase",
Expand All @@ -17,7 +17,8 @@
"attrs==23.1.0",
"pendulum>=1.2.0",
"singer-python==5.13.0",
"pymssql>=2.2.1",
# pymssql==2.2.8 broken: https://github.com/pymssql/pymssql/issues/833
"pymssql>=2.1.1,!=2.2.8",
"backoff==1.8.0",
],
entry_points="""
Expand Down

0 comments on commit 5f3d04f

Please sign in to comment.