File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
tests/integration/goldens Expand file tree Collapse file tree 10 files changed +10
-10
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, <7 .0.0 " ,
37+ " protobuf >= 4.25.8, < 8 .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, <7 .0.0 " ,
45+ "protobuf >= 4.25.8, < 8 .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 3535 # https://jinja.palletsprojects.com/en/3.0.x/templates/#jinja-filters.map
3636 # https://jinja.palletsprojects.com/en/2.11.x/changelog/#version-2-11-0
3737 "jinja2 >= 2.11" ,
38- "protobuf >= 4.25.8, <7 .0.0" ,
38+ "protobuf >= 4.25.8, < 8 .0.0" ,
3939 "pypandoc >= 1.4" ,
4040 "PyYAML >= 5.1.1" ,
4141 "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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .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, <7 .0.0" ,
50+ "protobuf >= 4.25.8, < 8 .0.0" ,
5151]
5252extras = {
5353 "async_rest" : [
You can’t perform that action at this time.
0 commit comments