Skip to content

Commit 7690e72

Browse files
committed
Temporarily pin sqlalchemy < 1.4
1 parent d87702b commit 7690e72

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.0.14] - 2021-03-17
8+
### Fix
9+
- Temporarily pin sqlalchemy to <1.4 due to deprecated ResultProxy interface
710

811
## [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
1114

1215
## [0.0.12] - 2020-09-24
1316
### Fix

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run(self):
4141
# Postgres
4242
"psycopg2-binary",
4343
# Sqlalchemy
44-
"sqlalchemy>1.3",
44+
"sqlalchemy<1.4",
4545
# Athena
4646
"PyAthena==1.10.7",
4747
# SFTP

0 commit comments

Comments
 (0)