Skip to content

Commit 11b59eb

Browse files
committed
Fix "column cons.consrc does not exist"
In a fresh install of LNT on Postgres 12 the upgrade scripts fail when trying to access cons.consrc because of: sqlalchemy/sqlalchemy#4463 Upgrade sqlalchmey to 1.12.x, which is the first release that has the issue fixed.
1 parent 2ccbaf7 commit 11b59eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"Flask-RESTful==0.3.4",
122122
"Jinja2==2.7.2",
123123
"MarkupSafe==0.23",
124-
"SQLAlchemy==1.1.11",
124+
"SQLAlchemy==1.2.19",
125125
"Werkzeug==0.12.2",
126126
"itsdangerous==0.24",
127127
"python-dateutil==2.6.0",

0 commit comments

Comments
 (0)