Skip to content

Update dependency PyMySQL to v1.2.0#2295

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pymysql-1.x
Open

Update dependency PyMySQL to v1.2.0#2295
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pymysql-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 20, 2026

This PR contains the following updates:

Package Change Age Confidence
PyMySQL (changelog) ==1.1.3==1.2.0 age confidence

Release Notes

PyMySQL/PyMySQL (PyMySQL)

v1.2.0

Compare Source

Release date: 2026-05-19

Breaking changes
  • Connection.ping() change the default to not reconnect and deprecate reconnect argument.
    Create a new connection if you want to reconnect. (#​1241)

  • Error classes in Cursor class are removed. (#​1240)

  • connect() arguments db and passwd now emit DeprecationWarning.
    Use database and password instead. (#​1240)

  • Reorganize TLS connection behavior.

    • PyMySQL uses TLS by default when server supports it.
      Use ssl_disabled=True to prohibit SSL. (#​1213)

    • When ssl_verify_cert=True, ssl_verify_identity=True, an ssl.SSLContext is passed,
      or when any other SSL option is configured, the connection requires SSL and raises
      OperationalError (CR_SSL_CONNECTION_ERROR) if the server doesn't support it. (#​1234)

Other changes
  • Support MySQL 8 row/column alias syntax in executemany INSERT regex. (#​1235)
  • Expose SQLSTATE on MySQL protocol exceptions without changing exception formatting. (#​1236)
  • Reject non-finite decimal.Decimal query parameters (NaN, sNaN, ±Infinity). (#​1237)
  • Connection.set_charset(charset) now emits DeprecationWarning.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant