Skip to content

Commit a3f1da2

Browse files
authored
fix: Generate Python Code from plugin-pb (#176)
This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
1 parent 977b564 commit a3f1da2

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

cloudquery/discovery_v1/discovery_pb2.py

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

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.73.0'
8+
GRPC_GENERATED_VERSION = '1.74.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

cloudquery/plugin_v3/plugin_pb2.py

Lines changed: 2 additions & 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import datetime
2+
13
from google.protobuf import timestamp_pb2 as _timestamp_pb2
24
from google.protobuf.internal import containers as _containers
35
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper

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.73.0'
8+
GRPC_GENERATED_VERSION = '1.74.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

0 commit comments

Comments
 (0)