From f97f71f59249f1fbeebe84d4fc858d70fc456f7d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 10 Apr 2020 12:45:42 +0200 Subject: Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0. MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2. --- tests/requirements/mysql.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/requirements/mysql.txt b/tests/requirements/mysql.txt index 9974ce0d36..df8a023017 100644 --- a/tests/requirements/mysql.txt +++ b/tests/requirements/mysql.txt @@ -1 +1 @@ -mysqlclient >= 1.3.13 +mysqlclient >= 1.4.0 -- cgit v1.3