From 7b69088ab3cec031fe00e73a88b1ca29559c5b70 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Mon, 19 Apr 2021 11:08:24 +0200 Subject: [PATCH] Freeze sqlalchemy to 1.3 until problems with 1.4 are solved --- construct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/construct.yaml b/construct.yaml index ef2ddd8..d641064 100644 --- a/construct.yaml +++ b/construct.yaml @@ -42,7 +42,8 @@ specs: - mysql-client # Earlier versions of mysqlclient were build with older MySQL versions - mysqlclient >=2.0.3 - - sqlalchemy >=1.0.9 + # Freeze until all problems with 1.4 are solved + - sqlalchemy ==1.3.* - stomp.py =4.1.23 # Middleware - apache-libcloud