diff --git a/CHANGES.md b/CHANGES.md index 49b063d..ae518cb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Change Log +## 1.1.2 + +* Pinned pymssql version to <=2.3.0 for Python 3.8 compatibility + ## 1.1.1 * Resolve issue where query is sometimes missing diff --git a/pack.yaml b/pack.yaml index 1aa21db..64cf433 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - Postgres - MySQL - MsSQL -version: 1.1.1 +version: 1.1.2 author: Encore Technologies email: code@encore.tech python_versions: diff --git a/requirements.txt b/requirements.txt index f4c8b3d..452c4b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sqlalchemy psycopg2 <=2.8 pymysql -pymssql<3.0 +pymssql<=2.3.0 cx_Oracle<=7.3.0 fdb