Skip to content

Commit 686184c

Browse files
authored
[kafka-python] Update to 3.0.10 (#16201)
Closes: #16199
1 parent 684a80e commit 686184c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

stubs/kafka-python/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "3.0.9"
1+
version = "3.0.10"
22
upstream-repository = "https://github.com/dpkp/kafka-python"

stubs/kafka-python/kafka/protocol/admin/topics.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ class CreatePartitionsRequest(ApiMessage):
286286
def is_request(cls) -> bool: ...
287287
def expect_response(self) -> bool: ...
288288
def with_header(self, correlation_id: int = 0, client_id: str = "kafka-python") -> None: ...
289+
@classmethod
290+
def json_patch(cls, json): ...
289291

290292
class CreatePartitionsResponse(ApiMessage):
291293
class CreatePartitionsTopicResult(DataContainer):

0 commit comments

Comments
 (0)