File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+ ## [0.0.14] - 2021-03-17
8
+ ### Fix
9
+ - Temporarily pin sqlalchemy to <1.4 due to deprecated ResultProxy interface
7
10
8
11
## [0.0.13] - 2020-10-30
9
- ### Addition
10
- - Update to pandas 1.1.3 by E.on request
12
+ ### Addition
13
+ - Update to pandas 1.1.3 by E.on request
11
14
12
15
## [0.0.12] - 2020-09-24
13
16
### Fix
Original file line number Diff line number Diff line change 8
8
from setuptools .command .install import install
9
9
10
10
11
- VERSION = "0.0.13 "
11
+ VERSION = "0.0.14 "
12
12
13
13
REPO_ROOT = pathlib .Path (__file__ ).parent
14
14
@@ -43,7 +43,7 @@ def run(self):
43
43
# Databricks
44
44
"pyodbc" ,
45
45
# Sqlalchemy
46
- "sqlalchemy>1.3 " ,
46
+ "sqlalchemy<1.4 " ,
47
47
# Athena
48
48
"PyAthena==1.10.7" ,
49
49
# SFTP
You can’t perform that action at this time.
0 commit comments