From 0b656537465afd8868684bac852f33dc860f69a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:50:46 +0100 Subject: [PATCH] [stubsabot] Bump protobuf to 4.24.* (#10545) Release: https://pypi.org/pypi/protobuf/4.24.0 Homepage: https://developers.google.com/protocol-buffers/ Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood --- stubs/protobuf/METADATA.toml | 2 +- stubs/protobuf/google/protobuf/descriptor_pool.pyi | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/protobuf/METADATA.toml b/stubs/protobuf/METADATA.toml index 28d94736f..3fe25cf08 100644 --- a/stubs/protobuf/METADATA.toml +++ b/stubs/protobuf/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.23.*" +version = "4.24.*" extra_description = "Generated with aid from mypy-protobuf v3.4.0" partial_stub = true diff --git a/stubs/protobuf/google/protobuf/descriptor_pool.pyi b/stubs/protobuf/google/protobuf/descriptor_pool.pyi index 25939e479..00be66656 100644 --- a/stubs/protobuf/google/protobuf/descriptor_pool.pyi +++ b/stubs/protobuf/google/protobuf/descriptor_pool.pyi @@ -8,7 +8,6 @@ class DescriptorPool: def Add(self, file_desc_proto): ... def AddSerializedFile(self, serialized_file_desc_proto): ... def AddDescriptor(self, desc): ... - def AddEnumDescriptor(self, enum_desc): ... def AddServiceDescriptor(self, service_desc): ... def AddExtensionDescriptor(self, extension): ... def AddFileDescriptor(self, file_desc): ...