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

Commit 312769f

Browse files
committed
updated goldens
1 parent 0285f54 commit 312769f

7 files changed

Lines changed: 28 additions & 7 deletions

File tree

tests/integration/goldens/asset/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
"google-cloud-access-context-manager >= 0.1.2, <1.0.0",
5255
"google-cloud-os-config >= 1.0.0, <2.0.0",
5356
"grpc-google-iam-v1 >= 0.14.0, <1.0.0",

tests/integration/goldens/credentials/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
]
5255
extras = {
5356
}

tests/integration/goldens/eventarc/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
"grpc-google-iam-v1 >= 0.14.0, <1.0.0",
5255
]
5356
extras = {

tests/integration/goldens/logging/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
]
5255
extras = {
5356
}

tests/integration/goldens/logging_internal/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
]
5255
extras = {
5356
}

tests/integration/goldens/redis/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
]
5255
extras = {
5356
"async_rest": [

tests/integration/goldens/redis_selective/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
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'",
50-
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
50+
"protobuf>=3.20.2; python_version == '3.7'",
51+
"protobuf>=4.21.6; python_version == '3.8'",
52+
"protobuf>=5.0.0; python_version == '3.9'",
53+
"protobuf>=6.0.0,<7.0.0; python_version >= '3.10'",
5154
]
5255
extras = {
5356
"async_rest": [

0 commit comments

Comments
 (0)