File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
tests/integration/goldens Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies = [
3434 " googleapis-common-protos >= 1.53.0",
3535 "grpcio >= 1.10.0",
3636 "proto-plus >= 1.22.3, <2 .0.0 " ,
37- " protobuf >= 4.25.8, <5 .0.0dev " ,
37+ " protobuf >= 4.25.8, <7 .0.0 " ,
3838 {% if api.requires_package(('google', 'iam', 'v1')) %}
3939 " grpc-google-iam-v1 " ,
4040 {% endif %}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies = [
4242 "proto-plus >= 1.22.3, <2 .0.0 " ,
4343 " proto-plus >= 1.25.0, <2 .0.0; python_version >= '3.13'",
4444 {# Explicitly exclude protobuf versions mentioned in https://cloud.google.com/support/bulletins#GCP-2022-019 #}
45- "protobuf >= 4.25.8, <5 .0.0dev " ,
45+ "protobuf >= 4.25.8, <7 .0.0 " ,
4646 {% for package_tuple, package_info in pypi_packages.items() %}
4747 {# Quick check to make sure `package_info.package_name` is not the package being generated so we don't circularly include this package in its own constraints file. #}
4848 {% if api.naming.warehouse_package_name != package_info.package_name %}
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151 "google-cloud-access-context-manager >= 0.1.2, <1.0.0" ,
5252 "google-cloud-os-config >= 1.0.0, <2.0.0" ,
5353 "grpc-google-iam-v1 >= 0.14.0, <1.0.0" ,
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151]
5252extras = {
5353}
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151 "grpc-google-iam-v1 >= 0.14.0, <1.0.0" ,
5252]
5353extras = {
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151]
5252extras = {
5353}
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151]
5252extras = {
5353}
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151]
5252extras = {
5353 "async_rest" : [
Original file line number Diff line number Diff line change 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 >= 4.25.8, <5 .0.0dev " ,
50+ "protobuf >= 4.25.8, <7 .0.0 " ,
5151]
5252extras = {
5353 "async_rest" : [
You can’t perform that action at this time.
0 commit comments