File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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 @@ -41,7 +41,7 @@ def run(self):
41
41
# Postgres
42
42
"psycopg2-binary" ,
43
43
# Sqlalchemy
44
- "sqlalchemy>1.3 " ,
44
+ "sqlalchemy<1.4 " ,
45
45
# Athena
46
46
"PyAthena==1.10.7" ,
47
47
# SFTP
You can’t perform that action at this time.
0 commit comments