Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit d9e0b6f

Browse files
committed
set grpc floor to 1.44.0
1 parent aa96b40 commit d9e0b6f

19 files changed

Lines changed: 20 additions & 28 deletions

File tree

gapic/templates/setup.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
# Exclude incompatible versions of `google-auth`
3838
# See https://github.com/googleapis/google-cloud-python/issues/12364
3939
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
40-
"grpcio >= 1.33.2, < 2.0.0",
40+
"grpcio >= 1.44.0, < 2.0.0",
4141
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4242
"proto-plus >= 1.22.3, <2.0.0",
4343
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

gapic/templates/testing/constraints-3.9-async-rest.txt.j2

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
# then this file should have google-cloud-foo==1.14.0
1111
google-api-core==2.21.0
1212
google-auth==2.35.0
13-
{% if api.requires_package(("google", "iam", "v1")) or api.naming.warehouse_package_name == 'google-fragment' %}
14-
grpcio==1.44.0 # from grpc-google-iam-v1
15-
{% else %}
16-
grpcio==1.33.2 # from google-api-core
17-
{% endif %}
13+
grpcio==1.44.0
1814
proto-plus==1.22.3
1915
protobuf==4.25.8
2016
{% for package_tuple, package_info in pypi_packages.items() %}
@@ -25,4 +21,4 @@ protobuf==4.25.8
2521
{% endif %}
2622
{% endif %}
2723
{% endfor %}
28-
{% endif %}
24+
{% endif %}

gapic/templates/testing/constraints-3.9.txt.j2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
# then this file should have google-cloud-foo==1.14.0
99
google-api-core==2.17.1
1010
google-auth==2.14.1
11-
{% if api.requires_package(("google", "iam", "v1")) or api.naming.warehouse_package_name == 'google-fragment' %}
12-
grpcio==1.44.0 # from grpc-google-iam-v1
13-
{% else %}
14-
grpcio==1.33.2 # from google-api-core
15-
{% endif %}
11+
grpcio==1.44.0
1612
proto-plus==1.22.3
1713
protobuf==4.25.8
1814
{% for package_tuple, package_info in pypi_packages.items() %}

tests/integration/goldens/asset/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46-
"grpcio >= 1.33.2, < 2.0.0",
46+
"grpcio >= 1.44.0, < 2.0.0",
4747
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4848
"proto-plus >= 1.22.3, <2.0.0",
4949
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/asset/testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
grpcio==1.44.0 # from grpc-google-iam-v1
10+
grpcio==1.44.0
1111
proto-plus==1.22.3
1212
protobuf==4.25.8
1313
google-cloud-access-context-manager==0.2.0

tests/integration/goldens/credentials/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46-
"grpcio >= 1.33.2, < 2.0.0",
46+
"grpcio >= 1.44.0, < 2.0.0",
4747
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4848
"proto-plus >= 1.22.3, <2.0.0",
4949
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/credentials/testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
grpcio==1.33.2 # from google-api-core
10+
grpcio==1.44.0
1111
proto-plus==1.22.3
1212
protobuf==4.25.8

tests/integration/goldens/eventarc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46-
"grpcio >= 1.33.2, < 2.0.0",
46+
"grpcio >= 1.44.0, < 2.0.0",
4747
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4848
"proto-plus >= 1.22.3, <2.0.0",
4949
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/eventarc/testing/constraints-3.9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# then this file should have google-cloud-foo==1.14.0
88
google-api-core==2.17.1
99
google-auth==2.14.1
10-
grpcio==1.44.0 # from grpc-google-iam-v1
10+
grpcio==1.44.0
1111
proto-plus==1.22.3
1212
protobuf==4.25.8
1313
grpc-google-iam-v1==0.14.0

tests/integration/goldens/logging/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46-
"grpcio >= 1.33.2, < 2.0.0",
46+
"grpcio >= 1.44.0, < 2.0.0",
4747
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4848
"proto-plus >= 1.22.3, <2.0.0",
4949
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

0 commit comments

Comments
 (0)