Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to pyproject.toml #13550

Merged
merged 3 commits into from
Mar 2, 2025

Conversation

rinarakaki
Copy link
Contributor

Tracking issue #13171

Previous PR: googleapis/python-grpc-google-iam-v1#112

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@rinarakaki rinarakaki requested a review from a team as a code owner February 23, 2025 08:01
@rinarakaki rinarakaki mentioned this pull request Feb 23, 2025
15 tasks
@parthea parthea self-assigned this Feb 24, 2025
@parthea parthea changed the title feat: migrate to pyproject.toml (grpc-google-iam-v1) feat: migrate to pyproject.toml Feb 24, 2025
@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2025
@parthea parthea added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2025
@parthea
Copy link
Contributor

parthea commented Mar 2, 2025

Thanks @rinarakaki!

@parthea parthea enabled auto-merge (squash) March 2, 2025 14:41
@parthea parthea merged commit e69027b into googleapis:main Mar 2, 2025
20 checks passed
@release-please release-please bot mentioned this pull request Mar 2, 2025
parthea pushed a commit that referenced this pull request Mar 3, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>google-cloud-automl: 2.16.2</summary>

##
[2.16.2](google-cloud-automl-v2.16.1...google-cloud-automl-v2.16.2)
(2025-03-03)


### Bug Fixes

* allow google-cloud-storage 3.x
([#13587](#13587))
([f62368e](f62368e))
</details>

<details><summary>google-cloud-dataform: 0.6.0</summary>

##
[0.6.0](google-cloud-dataform-v0.5.16...google-cloud-dataform-v0.6.0)
(2025-03-03)


### ⚠ BREAKING CHANGES

* **v1beta1:** Response type of method `CommitRepositoryChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse` in
service `Dataform`
* **v1beta1:** Response type of method `PullGitCommits` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.PullGitCommitsResponse` in service
`Dataform`
* **v1beta1:** Response type of method `PushGitCommits` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.PushGitCommitsResponse` in service
`Dataform`
* **v1beta1:** Response type of method `CommitWorkspaceChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse` in
service `Dataform`
* **v1beta1:** Response type of method `ResetWorkspaceChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse` in
service `Dataform`
* **v1beta1:** Response type of method `RemoveDirectory` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.RemoveDirectoryResponse` in service
`Dataform`
* **v1beta1:** Response type of method `RemoveFileRequest` is changed
from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.RemoveFileResponse` in service
`Dataform`
* **v1beta1:** Response type of method `CancelWorkflowInvocation` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse` in
service `Dataform`
* **v1beta1:** An existing field `bigquery_action` is moved in to oneof
in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction`

### Features

* **v1beta1:** Added new field `internal_metadata` to all resources to
export all the metadata information that is used internally to serve the
resource
([4aaf903](4aaf903))
* **v1beta1:** Moving existing field `bigquery_action` to oneof in
message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction` to
allow adding more actions types such as `notebook_action`
([4aaf903](4aaf903))
* **v1beta1:** Returning `commit_sha` in the response of method
`CommitRepositoryChanges`
([4aaf903](4aaf903))


### Bug Fixes

* **v1beta1:** An existing field `bigquery_action` is moved in to oneof
in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `CancelWorkflowInvocation` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse` in
service `Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `CommitRepositoryChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse` in
service `Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `CommitWorkspaceChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse` in
service `Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `PullGitCommits` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.PullGitCommitsResponse` in service
`Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `PushGitCommits` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.PushGitCommitsResponse` in service
`Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `RemoveDirectory` is changed from
`.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.RemoveDirectoryResponse` in service
`Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `RemoveFileRequest` is changed
from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.RemoveFileResponse` in service
`Dataform`
([4aaf903](4aaf903))
* **v1beta1:** Response type of method `ResetWorkspaceChanges` is
changed from `.google.protobuf.Empty` to
`.google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse` in
service `Dataform`
([4aaf903](4aaf903))


### Documentation

* **v1beta1:** Adds known limitations on several methods such as
`UpdateRepository`, `UpdateReleaseConfig` and `UpdateWorkflowConfig`
([4aaf903](4aaf903))
* **v1beta1:** Explained the effect of field `page_token` on the
pagination in several messages
([4aaf903](4aaf903))
* **v1beta1:** several comments reformatted
([4aaf903](4aaf903))
</details>

<details><summary>google-cloud-dialogflow: 2.39.1</summary>

##
[2.39.1](google-cloud-dialogflow-v2.39.0...google-cloud-dialogflow-v2.39.1)
(2025-03-03)


### Documentation

* **v2beta1:** clarified wording around BoostSpec and filter_specs
([e262c10](e262c10))
* **v2beta1:** clarified wording around document_correctness
([e262c10](e262c10))
* **v2beta1:** clarified wording around send_time
([e262c10](e262c10))
* **v2beta1:** clarified wording around use_timeout_based_endpointing
([e262c10](e262c10))
</details>

<details><summary>google-cloud-financialservices: 0.1.0</summary>

## 0.1.0 (2025-03-03)


### Features

* add initial files for google.cloud.financialservices.v1
([#13571](#13571))
([07990aa](07990aa))
</details>

<details><summary>google-maps-fleetengine: 0.2.8</summary>

##
[0.2.8](google-maps-fleetengine-v0.2.7...google-maps-fleetengine-v0.2.8)
(2025-03-03)


### Features

* [google-maps-fleetengine] Added Fleet Engine Delete APIs
([1df29f9](1df29f9))
* [google-maps-fleetengine] Added Fleet Engine Delete APIs
([#13567](#13567))
([1df29f9](1df29f9))
</details>

<details><summary>google-maps-fleetengine-delivery: 0.2.10</summary>

##
[0.2.10](google-maps-fleetengine-delivery-v0.2.9...google-maps-fleetengine-delivery-v0.2.10)
(2025-03-03)


### Features

* [google-maps-fleetengine-delivery] Added Fleet Engine Delete APIs
([a2c1c9a](a2c1c9a))
* [google-maps-fleetengine-delivery] Added Fleet Engine Delete APIs
([#13568](#13568))
([a2c1c9a](a2c1c9a))
</details>

<details><summary>googleapis-common-protos: 1.69.0</summary>

##
[1.69.0](googleapis-common-protos-v1.68.0...googleapis-common-protos-v1.69.0)
(2025-03-03)


### Features

* migrate to pyproject.toml
([#13551](#13551))
([7dda4d0](7dda4d0))
</details>

<details><summary>grpc-google-iam-v1: 0.14.1</summary>

##
[0.14.1](grpc-google-iam-v1-v0.14.0...grpc-google-iam-v1-v0.14.1)
(2025-03-03)


### Features

* migrate to pyproject.toml
([#13550](#13550))
([e69027b](e69027b))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants