From a7707bbfac670935109e993bb0ebf1b447c3f21a Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 17 Aug 2026 00:10:22 +0000 Subject: [PATCH] [stubsabot] Bump kafka-python to 3.0.11 Release: https://pypi.org/pypi/kafka-python/3.0.11 Homepage: https://github.com/dpkp/kafka-python Repository: https://github.com/dpkp/kafka-python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/kafka-python Changelog: https://github.com/dpkp/kafka-python/blob/master/CHANGES.md Diff: https://github.com/dpkp/kafka-python/compare/3.0.10...3.0.11 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. - 2 files included in typeshed's stubs have been modified or renamed: `kafka/serializer/json.py`, `kafka/version.py`. - Total lines of Python code added: 50. - Total lines of Python code deleted: 3. 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/kafka-python/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/kafka-python/METADATA.toml b/stubs/kafka-python/METADATA.toml index 4d0957ec4208..26c881cc7b5e 100644 --- a/stubs/kafka-python/METADATA.toml +++ b/stubs/kafka-python/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.0.10" +version = "3.0.11" upstream-repository = "https://github.com/dpkp/kafka-python"