Skip to content

Commit 7b69088

Browse files
committed
Freeze sqlalchemy to 1.3 until problems with 1.4 are solved
1 parent e2b671d commit 7b69088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

construct.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ specs:
4242
- mysql-client
4343
# Earlier versions of mysqlclient were build with older MySQL versions
4444
- mysqlclient >=2.0.3
45-
- sqlalchemy >=1.0.9
45+
# Freeze until all problems with 1.4 are solved
46+
- sqlalchemy ==1.3.*
4647
- stomp.py =4.1.23
4748
# Middleware
4849
- apache-libcloud

0 commit comments

Comments
 (0)