Skip to content

Commit 6c02659

Browse files
authored
fix: Generate Python Code from plugin-pb (#169)
This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
1 parent 532c082 commit 6c02659

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

cloudquery/discovery_v1/discovery_pb2.py

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

cloudquery/discovery_v1/discovery_pb2.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from google.protobuf.internal import containers as _containers
22
from google.protobuf import descriptor as _descriptor
33
from google.protobuf import message as _message
4-
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional
4+
from collections.abc import Iterable as _Iterable
5+
from typing import ClassVar as _ClassVar, Optional as _Optional
56

67
DESCRIPTOR: _descriptor.FileDescriptor
78

cloudquery/discovery_v1/discovery_pb2_grpc.py

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

66
from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2
77

8-
GRPC_GENERATED_VERSION = '1.71.0'
8+
GRPC_GENERATED_VERSION = '1.73.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

cloudquery/plugin_v3/plugin_pb2.py

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

cloudquery/plugin_v3/plugin_pb2.pyi

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

89
DESCRIPTOR: _descriptor.FileDescriptor
910

@@ -223,7 +224,7 @@ class Write(_message.Message):
223224
source_name: str
224225
sync_time: _timestamp_pb2.Timestamp
225226
table_name: str
226-
def __init__(self, table: _Optional[bytes] = ..., source_name: _Optional[str] = ..., sync_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., table_name: _Optional[str] = ...) -> None: ...
227+
def __init__(self, table: _Optional[bytes] = ..., source_name: _Optional[str] = ..., sync_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., table_name: _Optional[str] = ...) -> None: ...
227228
class MessageDeleteRecord(_message.Message):
228229
__slots__ = ("table_name", "where_clause", "table_relations")
229230
TABLE_NAME_FIELD_NUMBER: _ClassVar[int]

cloudquery/plugin_v3/plugin_pb2_grpc.py

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

66
from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2
77

8-
GRPC_GENERATED_VERSION = '1.71.0'
8+
GRPC_GENERATED_VERSION = '1.73.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

0 commit comments

Comments
 (0)