Skip to content

Commit f211c7d

Browse files
authored
Merge pull request #10 from namachieli/master
pinning cx_Oracle<=7.3.0 for #9 and pack bump
2 parents 76c2165 + c17033b commit f211c7d

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+
## 0.1.3
4+
5+
- Pinned cx_Oracle<=7.3.0. Addresses #9
6+
37
## 0.1.2
48

59
- Fixed issue with generic query where connection was being closed before query results were returned.

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: 0.1.2
9+
version: 0.1.3
1010
author: Encore Technologies
1111
1212
python_versions:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ sqlalchemy
22
psycopg2 <=2.7.5
33
pymysql
44
pymssql<3.0
5-
cx_Oracle
5+
cx_Oracle<=7.3.0
66
fdb

0 commit comments

Comments
 (0)