Skip to content

Commit d179c40

Browse files
authored
Merge pull request #32 from dylan-bitovi/master
Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility
2 parents 5813139 + 1f95abe commit d179c40

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.1.2
4+
5+
* Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility
6+
37
## 1.1.1
48

59
* Resolve issue where query is sometimes missing

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- Postgres
77
- MySQL
88
- MsSQL
9-
version: 1.1.1
9+
version: 1.1.2
1010
author: Encore Technologies
1111
1212
python_versions:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sqlalchemy
22
psycopg2 <=2.8
33
pymysql
4-
pymssql<3.0
4+
pymssql<=2.3.0
55
cx_Oracle<=7.3.0
66
fdb

0 commit comments

Comments
 (0)