Skip to content

Commit

Permalink
fix: Generate Python Code from plugin-pb
Browse files Browse the repository at this point in the history
  • Loading branch information
cq-bot authored and github-actions[bot] committed Dec 1, 2024
1 parent 66320aa commit f3c6af1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cloudquery/discovery_v1/discovery_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloudquery/discovery_v1/discovery_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2

GRPC_GENERATED_VERSION = '1.67.1'
GRPC_GENERATED_VERSION = '1.68.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down
6 changes: 3 additions & 3 deletions cloudquery/plugin_v3/plugin_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloudquery/plugin_v3/plugin_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2

GRPC_GENERATED_VERSION = '1.67.1'
GRPC_GENERATED_VERSION = '1.68.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand Down

0 comments on commit f3c6af1

Please sign in to comment.