From d9f3d915496cd262e2a93efb4b1958ba918fff27 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 13 Aug 2026 00:20:57 +0000 Subject: [PATCH] [stubsabot] Bump kafka-python to 3.0.10 Release: https://pypi.org/pypi/kafka-python/3.0.10 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.9...3.0.10 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. - 4 files included in typeshed's stubs have been modified or renamed: `kafka/admin/_partitions.py`, `kafka/admin/_topics.py`, `kafka/protocol/admin/topics.py`, `kafka/version.py`. - Total lines of Python code added: 49. - Total lines of Python code deleted: 5. 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 ea3e8dab4bfa..4d0957ec4208 100644 --- a/stubs/kafka-python/METADATA.toml +++ b/stubs/kafka-python/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.0.9" +version = "3.0.10" upstream-repository = "https://github.com/dpkp/kafka-python"