Skip to content

Commit

Permalink
fix(deps): require googleapis-common-protos >= 1.59.0 (#199)
Browse files Browse the repository at this point in the history
* feat: added overrides_by_request_protocol to backend.proto
feat: added field proto_reference_documentation_uri to proto reference documentation.
feat: added SERVICE_NOT_VISIBLE and GCP_SUSPENDED into error reason

PiperOrigin-RevId: 517437454

Source-Link: googleapis/googleapis@ecb1cf0

Source-Link: googleapis/googleapis-gen@8731b8f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODczMWI4ZmQyMDQ0YTkzYzMyMzA5ZDYzM2RmYzJlODM2YmYxM2NiZiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix(deps): require googleapis-common-protos >= 1.59.0

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Mar 21, 2023
1 parent 384c664 commit c8e70ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-service-management/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if clean_up_generated_samples:
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False
s.move([library], excludes=["**/gapic_version.py"])
s.move([library], excludes=["**/gapic_version.py", "setup.py", "testing/constraints-3.7.txt"])
s.remove_staging_dirs()

# ----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-service-management/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"proto-plus >= 1.22.0, <2.0.0dev",
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"googleapis-common-protos >= 1.59.0, <2.0.0dev",
]
url = "https://github.com/googleapis/python-service-management"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
google-api-core==1.34.0
proto-plus==1.22.0
protobuf==3.19.5
googleapis-common-protos==1.59.0
Original file line number Diff line number Diff line change
Expand Up @@ -6427,6 +6427,7 @@ def test_create_service_config_rest(request_type):
"jwt_audience": "jwt_audience_value",
"disable_auth": True,
"protocol": "protocol_value",
"overrides_by_request_protocol": {},
}
]
},
Expand Down Expand Up @@ -6664,6 +6665,7 @@ def test_create_service_config_rest(request_type):
"go_settings": {"common": {}},
}
],
"proto_reference_documentation_uri": "proto_reference_documentation_uri_value",
},
"config_version": {"value": 541},
}
Expand Down Expand Up @@ -6951,6 +6953,7 @@ def test_create_service_config_rest_bad_request(
"jwt_audience": "jwt_audience_value",
"disable_auth": True,
"protocol": "protocol_value",
"overrides_by_request_protocol": {},
}
]
},
Expand Down Expand Up @@ -7188,6 +7191,7 @@ def test_create_service_config_rest_bad_request(
"go_settings": {"common": {}},
}
],
"proto_reference_documentation_uri": "proto_reference_documentation_uri_value",
},
"config_version": {"value": 541},
}
Expand Down

0 comments on commit c8e70ba

Please sign in to comment.