Skip to content

Commit 205e60e

Browse files
authored
Merge pull request #28 from chrisburr/newer-mysqlclient
Force newer mysqlclient versions
2 parents e6b5383 + 6a741a5 commit 205e60e

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
@@ -40,7 +40,8 @@ specs:
4040
- cmreshandler >1.0.0b4
4141
- elasticsearch-dsl
4242
- mysql-client
43-
- mysqlclient
43+
# Earlier versions of mysqlclient were build with older MySQL versions
44+
- mysqlclient >=2.0.3
4445
- sqlalchemy >=1.0.9
4546
- stomp.py =4.1.23
4647
# Middleware

0 commit comments

Comments
 (0)