Skip to content

Bump mysqlclient from 2.1.1 to 2.2.0

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

Bumps mysqlclient from 2.1.1 to 2.2.0.

Release notes

Sourced from mysqlclient's releases.

v2.2.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.2.0

Release: 2023-06-22

  • Use pkg-config instead of mysql_config (#586)
  • Raise ProgrammingError on -inf (#557)
  • Raise IntegrityError for ER_BAD_NULL. (#579)
  • Windows: Use MariaDB Connector/C 3.3.4 (#585)
  • Use pkg-config instead of mysql_config (#586)
  • Add collation option (#564)
  • Drop Python 3.7 support (#593)
  • Use pyproject.toml for build (#598)
  • Add Cursor.mogrify (#477)
  • Partial support of ssl_mode option with mariadbclient (#475)
  • Discard remaining results without creating Python objects (#601)
  • Fix executemany with binary prefix (#605)

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

Commits

Merge request reports