Create script to generate s2clientprotocol protobuf stubs (#11772)

Regenerate using mypy-protobuf 3.6
This commit is contained in:
Avasam
2024-04-22 09:05:21 -04:00
committed by GitHub
parent 0deaca4862
commit b3bfbefa7f
13 changed files with 709 additions and 510 deletions

View File

@@ -1,3 +1,4 @@
# All modules ending with *_pb2 fail to import
# The error message is "TypeError: Descriptors cannot be create directly"
# The error message is "TypeError: Descriptors cannot be created directly.
# If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0."
s2clientprotocol\..+_pb2