Skip to content

Commit 8e03838

Browse files
committed
address feedback
1 parent 96dcf15 commit 8e03838

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ replacements:
200200
"protobuf >= 4.25.8, < 8.0.0",
201201
"google-cloud-core >= 2.0.0, <3.0.0",
202202
"grpc-google-iam-v1 >= 0.14.0, <1.0.0",
203-
"google-crc32c>=1.6.0, <2.0.0dev",
203+
"google-crc32c>=1.6.0, < 2.0.0",
204204
]
205205
count: 1
206206
- paths: [

.librarian/generator-input/client-post-processing/pubsub-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ replacements:
374374
- "packages/google-cloud-pubsub/setup.py"
375375
before: '([ \t]+)("grpc-google-iam-v1.*",\n)\]\nextras = \{\}'
376376
after: |-
377-
\g<1>\g<2>\g<1>"grpcio-status >= 1.59.0",
377+
\g<1>\g<2>\g<1>"grpcio-status >= 1.59.0, < 2.0.0",
378378
\g<1>"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
379379
\g<1>"opentelemetry-api >= 1.27.0",
380380
\g<1>"opentelemetry-sdk >= 1.27.0",

packages/gapic-generator/gapic/ads-templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"google-api-core[grpc] >= 2.24.2, < 3.0.0",
3333
"google-auth >= 2.14.1, <3.0.0",
3434
"googleapis-common-protos >= 1.53.0",
35-
"grpcio >= 1.59.0",
35+
"grpcio >= 1.59.0, < 2.0.0",
3636
"proto-plus >= 1.26.1, <2.0.0",
3737
"protobuf >= 6.33.5, < 8.0.0",
3838
{% if api.requires_package(('google', 'iam', 'v1')) %}

packages/gcp-sphinx-docfx-yaml/tests/testdata/gapic-combo/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"proto-plus >= 1.22.0, <2.0.0dev",
3434
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
3535
"grpc-google-iam-v1 >=0.12.4, <1.0.0dev",
36-
"grpcio-status >= 1.59.0",
36+
"grpcio-status >= 1.59.0, < 2.0.0",
3737
]
3838
extras = {"libcst": "libcst >= 0.3.10"}
3939

packages/google-cloud-bigtable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"protobuf >= 4.25.8, < 8.0.0",
5151
"google-cloud-core >= 2.0.0, <3.0.0",
5252
"grpc-google-iam-v1 >= 0.14.0, <1.0.0",
53-
"google-crc32c>=1.6.0, <2.0.0dev",
53+
"google-crc32c>=1.6.0, < 2.0.0",
5454
]
5555
extras = {
5656
"libcst": "libcst >= 0.2.5",

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
5050
"protobuf >= 4.25.8, < 8.0.0",
5151
"grpc-google-iam-v1 >= 0.14.0, <1.0.0",
52-
"grpcio-status >= 1.59.0",
52+
"grpcio-status >= 1.59.0, < 2.0.0",
5353
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
5454
"opentelemetry-api >= 1.27.0",
5555
"opentelemetry-sdk >= 1.27.0",

0 commit comments

Comments
 (0)