Skip to content

Commit 7d71697

Browse files
committed
fix: require grpcio >= 1.75.1 for Python 3.14
1 parent e6d3b0c commit 7d71697

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

gapic/templates/setup.py.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ else:
3434

3535
dependencies = [
3636
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
37+
"grpcio >= 1.33.2, < 2.0.0",
38+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
3739
# Exclude incompatible versions of `google-auth`
3840
# See https://github.com/googleapis/google-cloud-python/issues/12364
3941
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/asset/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/credentials/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/eventarc/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/logging/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/logging_internal/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/redis/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

tests/integration/goldens/redis_selective/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040

4141
dependencies = [
4242
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
43+
"grpcio >= 1.33.2, < 2.0.0",
44+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4345
# Exclude incompatible versions of `google-auth`
4446
# See https://github.com/googleapis/google-cloud-python/issues/12364
4547
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",

0 commit comments

Comments
 (0)