We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78bb5dd + f90a999 commit 7b644ebCopy full SHA for 7b644eb
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.1.0
4
+
5
+* Update psycopg2 to 2.8 to support python 3.8
6
7
## 1.0.0
8
9
* Drop Python 2.7 support
@@ -15,8 +19,8 @@
15
19
16
20
## v0.1.1
17
21
18
-Pack bump to update files from master to a tagged release.
22
+* Pack bump to update files from master to a tagged release.
23
24
## v0.1.0
25
-Initial Revision
26
+* Initial Revision
pack.yaml
@@ -6,7 +6,7 @@ keywords:
- Postgres
- MySQL
- MsSQL
-version: 1.0.0
+version: 1.1.0
10
author: Encore Technologies
11
email: [email protected]
12
python_versions:
requirements.txt
@@ -1,5 +1,5 @@
sqlalchemy
-psycopg2 <=2.7.5
+psycopg2 <=2.8
pymysql
pymssql<3.0
cx_Oracle<=7.3.0
0 commit comments