summaryrefslogtreecommitdiff
path: root/tests/requirements/mysql.txt
AgeCommit message (Collapse)Author
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12.
2023-01-05Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak
mysqlclient 1.4.3 is the first release to support Python 3.8.
2020-05-08Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.Mariusz Felisiak
MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
2018-12-06Bumped mysqlclient requirement to >= 1.3.13.Tim Graham
There are test failures with older versions.
2015-11-12Bumped mysqlclient test requirement to >= 1.3.7.Tim Graham
mysqlclient 1.3.7 fixes the test failures caused by 1.3.6.
2015-09-17Added a version requirement to mysqlclient in test requirements.Tim Graham
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient.
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham