File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 3.8.0
22
33- Drop support for ` py_generic_services ` as it was removed from the protobuf compiler starting in version 6.30
44 - https://protobuf.dev/news/2024-10-02/#rpc-service-interfaces
Original file line number Diff line number Diff line change 2727
2828from . import extensions_pb2
2929
30- __version__ = "3.7 .0"
30+ __version__ = "3.8 .0"
3131
3232# SourceCodeLocation is defined by `message Location` here
3333# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ MYPY_PROTOBUF_VENV=venv_$PY_VER_MYPY_PROTOBUF
9393 source " $MYPY_PROTOBUF_VENV " /bin/activate
9494
9595 # Confirm version number
96- test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.7 .0"
97- test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.7 .0"
98- test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.7 .0"
99- test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.7 .0"
96+ test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.8 .0"
97+ test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.8 .0"
98+ test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.8 .0"
99+ test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.8 .0"
100100
101101 # Run mypy on mypy-protobuf internal code for developers to catch issues
102102 FILES=" mypy_protobuf/main.py"
You can’t perform that action at this time.
0 commit comments