From 10c41dd029c35cdd74de88dae620d05958102e03 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Fri, 1 Dec 2023 10:39:54 +0800 Subject: [PATCH] sqlalchemy > 1.4 is not supported. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And will never be, the next version of powa-web will get rid of sqlalchemy. Thanks to David Mödinger for the report. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aafd33ff..0d65b694 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psycopg2 -sqlalchemy>0.9.8 +sqlalchemy>0.9.8,<=1.4 tornado>=2.0