Skip to content

Bump mysqlclient from 2.2.1 to 2.2.3

HIFIS Bot requested to merge dependabot/pip/mysqlclient-2.2.3 into master

Bumps mysqlclient from 2.2.1 to 2.2.3.

Release notes

Sourced from mysqlclient's releases.

v2.2.3

What's Changed

Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.2...v2.2.3

v2.2.2

What's Changed

Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.2.1...v2.2.2

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.2.3

Release: 2024-02-04

  • Fix Connection.kill() method that broken in 2.2.2. (#689)

====================== What's new in 2.2.2

Release: 2024-02-04

  • Support building with MySQL 8.3 (#688).
  • Deprecate db.shutdown() and db.kill() methods in docstring. This is because mysql_shutdown() and mysql_kill() were removed in MySQL 8.3. They will emit DeprecationWarning in the future but not for now.

======================

Commits

Merge request reports