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

Commit 710e900

Browse files
committed
Update goldens
1 parent c7f5a5a commit 710e900

File tree

14 files changed

+25
-40
lines changed

14 files changed

+25
-40
lines changed

tests/integration/goldens/asset/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def unit(session, protobuf_implementation):
284284

285285

286286
def install_systemtest_dependencies(session, *constraints):
287-
session.install("--pre", "grpcio")
287+
session.install("--pre", "grpcio<=1.62.2")
288288

289289
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
290290

@@ -507,7 +507,7 @@ def prerelease_deps(session, protobuf_implementation):
507507
"google-api-core",
508508
"google-auth",
509509
"grpc-google-iam-v1",
510-
"grpcio",
510+
"grpcio<=1.62.2",
511511
"grpcio-status",
512512
"protobuf",
513513
"proto-plus",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
# pinning their versions to their lower bounds.
66
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
77
# then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.11.0
8+
google-api-core==2.21.0
99
google-auth==2.35.0
1010
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1111
# Add the minimum supported version of grpcio to constraints files
1212
proto-plus==1.22.3
1313
protobuf==4.25.8
14-
# cryptography is a direct dependency of google-auth
15-
cryptography
1614
google-cloud-access-context-manager==0.1.2
1715
google-cloud-os-config==1.0.0
1816
grpc-google-iam-v1==0.14.0

tests/integration/goldens/credentials/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def unit(session, protobuf_implementation):
284284

285285

286286
def install_systemtest_dependencies(session, *constraints):
287-
session.install("--pre", "grpcio")
287+
session.install("--pre", "grpcio<=1.62.2")
288288

289289
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
290290

@@ -507,7 +507,7 @@ def prerelease_deps(session, protobuf_implementation):
507507
"google-api-core",
508508
"google-auth",
509509
"grpc-google-iam-v1",
510-
"grpcio",
510+
"grpcio<=1.62.2",
511511
"grpcio-status",
512512
"protobuf",
513513
"proto-plus",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
# pinning their versions to their lower bounds.
66
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
77
# then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.11.0
8+
google-api-core==2.21.0
99
google-auth==2.35.0
1010
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1111
# Add the minimum supported version of grpcio to constraints files
1212
proto-plus==1.22.3
1313
protobuf==4.25.8
14-
# cryptography is a direct dependency of google-auth
15-
cryptography

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def unit(session, protobuf_implementation):
284284

285285

286286
def install_systemtest_dependencies(session, *constraints):
287-
session.install("--pre", "grpcio")
287+
session.install("--pre", "grpcio<=1.62.2")
288288

289289
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
290290

@@ -507,7 +507,7 @@ def prerelease_deps(session, protobuf_implementation):
507507
"google-api-core",
508508
"google-auth",
509509
"grpc-google-iam-v1",
510-
"grpcio",
510+
"grpcio<=1.62.2",
511511
"grpcio-status",
512512
"protobuf",
513513
"proto-plus",
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# -*- coding: utf-8 -*-
22
# This constraints file is used to check that lower bounds
33
# are correct in setup.py
4-
# List all library dependencies and extras in this file.
5-
# Pin the version to the lower bound.
6-
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7-
# Then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.11.0
4+
# List all library dependencies and extras in this file,
5+
# pinning their versions to their lower bounds.
6+
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
7+
# then this file should have google-cloud-foo==1.14.0
8+
google-api-core==2.21.0
99
google-auth==2.35.0
1010
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1111
# Add the minimum supported version of grpcio to constraints files
1212
proto-plus==1.22.3
1313
protobuf==4.25.8
14-
# cryptography is a direct dependency of google-auth
15-
cryptography
1614
grpc-google-iam-v1==0.14.0

tests/integration/goldens/logging/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def unit(session, protobuf_implementation):
284284

285285

286286
def install_systemtest_dependencies(session, *constraints):
287-
session.install("--pre", "grpcio")
287+
session.install("--pre", "grpcio<=1.62.2")
288288

289289
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
290290

@@ -507,7 +507,7 @@ def prerelease_deps(session, protobuf_implementation):
507507
"google-api-core",
508508
"google-auth",
509509
"grpc-google-iam-v1",
510-
"grpcio",
510+
"grpcio<=1.62.2",
511511
"grpcio-status",
512512
"protobuf",
513513
"proto-plus",

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
# pinning their versions to their lower bounds.
66
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
77
# then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.11.0
8+
google-api-core==2.21.0
99
google-auth==2.35.0
1010
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1111
# Add the minimum supported version of grpcio to constraints files
1212
proto-plus==1.22.3
1313
protobuf==4.25.8
14-
# cryptography is a direct dependency of google-auth
15-
cryptography

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def unit(session, protobuf_implementation):
284284

285285

286286
def install_systemtest_dependencies(session, *constraints):
287-
session.install("--pre", "grpcio")
287+
session.install("--pre", "grpcio<=1.62.2")
288288

289289
session.install(*SYSTEM_TEST_STANDARD_DEPENDENCIES, *constraints)
290290

@@ -507,7 +507,7 @@ def prerelease_deps(session, protobuf_implementation):
507507
"google-api-core",
508508
"google-auth",
509509
"grpc-google-iam-v1",
510-
"grpcio",
510+
"grpcio<=1.62.2",
511511
"grpcio-status",
512512
"protobuf",
513513
"proto-plus",

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@
55
# pinning their versions to their lower bounds.
66
# For example, if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0",
77
# then this file should have google-cloud-foo==1.14.0
8-
google-api-core==2.11.0
8+
google-api-core==2.21.0
99
google-auth==2.35.0
1010
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2453)
1111
# Add the minimum supported version of grpcio to constraints files
1212
proto-plus==1.22.3
1313
protobuf==4.25.8
14-
# cryptography is a direct dependency of google-auth
15-
cryptography
16-

0 commit comments

Comments
 (0)