Skip to content

Commit 406f48d

Browse files
committed
chore: update goldens after rebase
1 parent be23134 commit 406f48d

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

tests/integration/goldens/asset/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/credentials/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/eventarc/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/logging/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/logging_internal/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/redis/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

tests/integration/goldens/redis_selective/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
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",
47+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
4648
"packaging", # TODO: Remove once we require versions of api core that include this
4749
"proto-plus >= 1.22.3, <2.0.0",
4850
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",

0 commit comments

Comments
 (0)