This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d308c84 Bump sqlalchemy dependency (#7000)
d308c84 is described below
commit d308c842f9fa3ffa4a1887e43a0757f24edf6cf5
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Mar 11 23:03:20 2019 -0700
Bump sqlalchemy dependency (#7000)
* Bump sqlalchemy dep
* Addressing comments
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 93181d6..25186db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -62,7 +62,7 @@ selenium==3.141.0
simplejson==3.15.0
six==1.11.0 # via bleach, cryptography, isodate, pathlib2,
polyline, pydruid, python-dateutil, sqlalchemy-utils, wtforms-json
sqlalchemy-utils==0.32.21
-sqlalchemy==1.2.2
+sqlalchemy==1.2.18
sqlparse==0.2.4
unicodecsv==0.14.1
urllib3==1.22 # via requests, selenium
diff --git a/setup.py b/setup.py
index 7d72dbe..7b6be5e 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ setup(
'retry>=0.9.2',
'selenium>=3.141.0',
'simplejson>=3.15.0',
- 'sqlalchemy',
+ 'sqlalchemy>=1.2.18, <1.3.0',
'sqlalchemy-utils',
'sqlparse',
'unicodecsv',