Skip to content

Commit 1be7b72

Browse files
authored
chore: extended_operations_pb2.py is moved into api-common-protos (googleapis#1100)
1 parent 0705d9c commit 1be7b72

File tree

4 files changed

+3
-135
lines changed

4 files changed

+3
-135
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ toolchain(
5151

5252
py_binary(
5353
name = "gapic_plugin",
54-
srcs = glob(["gapic/**/*.py", "google/**/*.py"]),
54+
srcs = glob(["gapic/**/*.py"]),
5555
data = [":pandoc_binary"] + glob([
5656
"gapic/**/*.j2",
5757
"gapic/**/.*.j2",

google/cloud/extended_operations_pb2.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.0.3
22
google-api-core==2.1.1
3-
googleapis-common-protos==1.53.0
3+
googleapis-common-protos==1.54.0
44
jinja2==3.0.3
55
MarkupSafe==2.0.1
66
protobuf==3.19.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
install_requires=(
4646
"click >= 6.7",
4747
"google-api-core >= 2.2.0",
48-
"googleapis-common-protos >= 1.53.0",
48+
"googleapis-common-protos >= 1.54.0",
4949
"grpcio >= 1.24.3",
5050
"jinja2 >= 2.10",
5151
"protobuf >= 3.18.0",

0 commit comments

Comments
 (0)