Bump protobuf to 3.20.1 (#8609)

There are even newer versions available (4.*), but I had found a bug
in it which prevented it from working with mypy-protobuf. For now,
sticking to just 3.20.1
This commit is contained in:
Nipunn Koorapati
2022-08-25 05:28:08 -07:00
committed by GitHub
parent 1c56148ce9
commit c17c0d5607
9 changed files with 50 additions and 22 deletions
@@ -32,3 +32,7 @@ google.protobuf.descriptor.Descriptor.__init__
google.protobuf.descriptor.Descriptor.__new__
google.protobuf.descriptor.ServiceDescriptor.__init__
google.protobuf.descriptor.ServiceDescriptor.__new__
# Set to None at runtime - which doesn't match the Sequence base class.
# It's a hack - just allow it.
google.protobuf.internal.containers.BaseContainer.__hash__