Skip to content

Commit

Permalink
Freeze sqlalchemy to 1.3 until problems with 1.4 are solved
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Apr 19, 2021
1 parent e2b671d commit 7b69088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b69088

Please sign in to comment.