Skip to content

Commit

Permalink
Temporarily pin sqlalchemy < 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nnyr0berts committed Mar 17, 2021
1 parent d87702b commit 7690e72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.14] - 2021-03-17
### Fix
- Temporarily pin sqlalchemy to <1.4 due to deprecated ResultProxy interface

## [0.0.13] - 2020-10-30
### Addition
- Update to pandas 1.1.3 by E.on request
### Addition
- Update to pandas 1.1.3 by E.on request

## [0.0.12] - 2020-09-24
### Fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self):
# Postgres
"psycopg2-binary",
# Sqlalchemy
"sqlalchemy>1.3",
"sqlalchemy<1.4",
# Athena
"PyAthena==1.10.7",
# SFTP
Expand Down

0 comments on commit 7690e72

Please sign in to comment.