From 6fffd3543a7827fc66bbc0146ffaf79fc448a3dd Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 20 May 2026 00:43:23 +0000 Subject: [PATCH] [stubsabot] Bump PyMySQL to 1.2.* Release: https://pypi.org/pypi/PyMySQL/1.2.0 Repository: https://github.com/PyMySQL/PyMySQL Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/PyMySQL Changelog: https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md Diff: https://github.com/PyMySQL/PyMySQL/compare/v1.1.3...v1.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 5 files included in typeshed's stubs have been modified or renamed: `pymysql/__init__.py`, `pymysql/connections.py`, `pymysql/converters.py`, `pymysql/cursors.py`, `pymysql/err.py`. - Total lines of Python code added: 226. - Total lines of Python code deleted: 50. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/PyMySQL/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/PyMySQL/METADATA.toml b/stubs/PyMySQL/METADATA.toml index 55b5654668ef..b5cd7fc2bafb 100644 --- a/stubs/PyMySQL/METADATA.toml +++ b/stubs/PyMySQL/METADATA.toml @@ -1,2 +1,2 @@ -version = "1.1.*" +version = "1.2.*" upstream-repository = "https://github.com/PyMySQL/PyMySQL"