Skip to content

Commit e08a0fd

Browse files
committed
fix: bump grpcio to 1.59.0
1 parent 6642263 commit e08a0fd

30 files changed

Lines changed: 63 additions & 88 deletions

File tree

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ 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.51.3",
377+
\g<1>\g<2>\g<1>"grpcio-status >= 1.59.0",
378+
\g<1>"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
378379
\g<1>"opentelemetry-api >= 1.27.0",
379380
\g<1>"opentelemetry-sdk >= 1.27.0",
380381
]
@@ -509,21 +510,7 @@ replacements:
509510
before: 'grpc-google-iam-v1==0\.14\.0\n(?!grpcio-status)'
510511
after: |-
511512
grpc-google-iam-v1==0.14.0
512-
grpcio-status==1.51.3
513+
grpcio-status==1.59.0
513514
opentelemetry-api==1.27.0
514515
opentelemetry-sdk==1.27.0
515516
count: 1
516-
517-
- paths:
518-
- "packages/google-cloud-pubsub/testing/constraints-3.10.txt"
519-
before: 'grpcio==1.59.0'
520-
after: 'grpcio==1.51.3'
521-
count: 1
522-
523-
- paths:
524-
- "packages/google-cloud-pubsub/setup.py"
525-
before: '([ \t]+)"grpcio >= [0-9\.]+, < 2\.0\.0",\n(?:[ \t]*)"grpcio >= 1\.75\.1, < 2\.0\.0; python_version >= ''3\.14''",\n'
526-
after: |-
527-
\g<1>"grpcio >= 1.51.3, < 2.0.0; python_version < '3.14'",
528-
\g<1>"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
529-
count: 1

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ replacements:
130130
# See https://github.com/googleapis/google-cloud-python/issues/12364
131131
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
132132
"google-cloud-core >= 2.0.0, < 3.0.0",
133-
"grpcio >= 1.49.1, < 2.0.0",
133+
"grpcio >= 1.59.0, < 2.0.0",
134134
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
135135
"grpc-google-iam-v1 >= 0.12.4, <1.0.0",
136136
"proto-plus >= 1.22.3, <2.0.0",
@@ -1390,6 +1390,7 @@ replacements:
13901390
protobuf==4.25.8
13911391
google-cloud-core==2.0.0
13921392
grpc-google-iam-v1==0.12.4
1393+
grpcio-status==1.59.0
13931394
sqlparse==0.4.4
13941395
grpc-interceptor==0.15.4
13951396
opentelemetry-api==1.22.0
@@ -1401,9 +1402,3 @@ replacements:
14011402
libcst==0.2.5
14021403
googleapis-common-protos==1.60.0
14031404
count: 1
1404-
- paths: [packages/google-cloud-spanner/testing/constraints-3.10.txt]
1405-
before: 'grpcio==1.59.0\n(?!grpcio-status)'
1406-
after: |
1407-
grpcio==1.49.1
1408-
grpcio-status==1.49.1
1409-
count: 1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,9 @@ replacements:
597597
# experimental in this SDK. More info in b/465352227
598598
"grpc": [
599599
"google-api-core[grpc] >= 2.27.0, < 3.0.0",
600-
"grpcio >= 1.59.0, < 2.0.0; python_version < '3.14'",
600+
"grpcio >= 1.59.0, < 2.0.0",
601601
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
602-
"grpcio-status >= 1.59.0, < 2.0.0; python_version < '3.14'",
602+
"grpcio-status >= 1.59.0, < 2.0.0",
603603
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
604604
"proto-plus >= 1.22.3, <2.0.0; python_version < '3.13'",
605605
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

packages/bigquery-magics/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@
5252
# See: https://github.com/googleapis/python-bigquery/issues/83 The
5353
# grpc.Channel.close() method isn't added until 1.32.0.
5454
# https://github.com/grpc/grpc/pull/15254
55-
"grpcio >= 1.47.0, < 2.0.0",
56-
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11' and python_version < '3.14'",
55+
"grpcio >= 1.59.0, < 2.0.0",
5756
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
5857
],
5958
"bigframes": ["bigframes >= 1.17.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.10.0",
35+
"grpcio >= 1.59.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/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"click >= 6.7",
3131
"google-api-core[grpc] >= 2.24.2, < 3.0.0",
3232
"googleapis-common-protos >= 1.55.0, < 2.0.0",
33-
"grpcio >= 1.24.3, < 2.0.0",
33+
"grpcio >= 1.59.0, < 2.0.0",
3434
# 2.11.0 is required which adds the `default` argument to `jinja-filters.map()`
3535
# https://jinja.palletsprojects.com/en/3.0.x/templates/#jinja-filters.map
3636
# https://jinja.palletsprojects.com/en/2.11.x/changelog/#version-2-11-0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
# 'Development Status :: 5 - Production/Stable'
2929
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
31-
"grpcio >= 1.38.1, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/414
31+
"grpcio >= 1.59.0, < 2.0dev", # https://github.com/googleapis/python-pubsub/issues/414
3232
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.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.16.0",
36+
"grpcio-status >= 1.59.0",
3737
]
3838
extras = {"libcst": "libcst >= 0.3.10"}
3939

packages/google-api-core/pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ Repository = "https://github.com/googleapis/google-cloud-python"
6060
[project.optional-dependencies]
6161
async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.13.4"]
6262
grpc = [
63-
"grpcio >= 1.41.0, < 2.0.0",
64-
"grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'",
63+
"grpcio >= 1.59.0, < 2.0.0",
6564
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
66-
"grpcio-status >= 1.41.0, < 2.0.0",
67-
"grpcio-status >= 1.49.1, < 2.0.0; python_version >= '3.11'",
65+
"grpcio-status >= 1.59.0, < 2.0.0",
6866
"grpcio-status >= 1.75.1, < 2.0.0; python_version >= '3.14'",
6967
]
7068

packages/google-api-core/testing/constraints-3.10.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ googleapis-common-protos==1.63.2
99
protobuf==5.29.6
1010
google-auth==2.14.1
1111
requests==2.33.0
12-
grpcio==1.41.0
13-
grpcio-status==1.41.0
12+
grpcio==1.59.0
13+
grpcio-status==1.59.0
1414
proto-plus==1.24.0

packages/google-api-core/testing/constraints-async-rest-3.10.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ googleapis-common-protos==1.63.2
99
protobuf==5.29.6
1010
google-auth==2.14.1
1111
requests==2.33.0
12-
grpcio==1.41.0
13-
grpcio-status==1.41.0
12+
grpcio==1.59.0
13+
grpcio-status==1.59.0
1414
proto-plus==1.24.0
1515
aiohttp==3.13.4

0 commit comments

Comments
 (0)