Skip to content

Commit 45c2ff4

Browse files
committed
perf: use grpcio-tools==1.69.0
1 parent 290ac4a commit 45c2ff4

6 files changed

Lines changed: 12 additions & 14 deletions

File tree

protobuf-py/protobuf/common_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf-py/protobuf/common_pb2.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ from google.protobuf.internal import containers as _containers
22
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
33
from google.protobuf import descriptor as _descriptor
44
from google.protobuf import message as _message
5-
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
6-
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
5+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
76

87
DESCRIPTOR: _descriptor.FileDescriptor
98

protobuf-py/protobuf/common_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import warnings
55

66

7-
GRPC_GENERATED_VERSION = '1.74.0'
7+
GRPC_GENERATED_VERSION = '1.69.0'
88
GRPC_VERSION = grpc.__version__
99
_version_not_supported = False
1010

protobuf-py/protobuf/service_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf-py/protobuf/service_pb2.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ from google.protobuf.internal import containers as _containers
44
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
55
from google.protobuf import descriptor as _descriptor
66
from google.protobuf import message as _message
7-
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
8-
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
7+
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Mapping, Optional as _Optional, Union as _Union
98

109
DESCRIPTOR: _descriptor.FileDescriptor
1110

protobuf-py/protobuf/service_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import service_pb2 as service__pb2
77

8-
GRPC_GENERATED_VERSION = '1.74.0'
8+
GRPC_GENERATED_VERSION = '1.69.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

0 commit comments

Comments
 (0)