chore(deps): update dependency pymysql to v1.2.0 #365
Reference in New Issue
Block a user
Delete Branch "renovate/pymysql-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==1.1.3→==1.2.0Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.2.0Compare Source
Release date: 2026-05-19
Breaking changes
Connection.ping()change the default to not reconnect and deprecatereconnectargument.Create a new connection if you want to reconnect. (#1241)
Error classes in Cursor class are removed. (#1240)
connect()argumentsdbandpasswdnow emit DeprecationWarning.Use
databaseandpasswordinstead. (#1240)Reorganize TLS connection behavior.
PyMySQL uses TLS by default when server supports it.
Use
ssl_disabled=Trueto prohibit SSL. (#1213)When
ssl_verify_cert=True,ssl_verify_identity=True, anssl.SSLContextis 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
executemanyINSERT regex. (#1235)decimal.Decimalquery parameters (NaN,sNaN,±Infinity). (#1237)Connection.set_charset(charset)now emitsDeprecationWarning.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.