Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

chore: upgrade gapic-generator-python to 0.46.3 #79

Merged
merged 2 commits into from
Jun 8, 2021

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Jun 6, 2021

This PR is the result of manually running the following commands in order to pull in the latest changes from googleapis-gen which includes gapic generator version 0.46.3:

  1. Download the latest docker image for owlbot-cli
docker pull gcr.io/repo-automation-bots/owlbot-cli:latest
  1. Run the owlbot-cli to copy the generated client from googleapis/googleapis-gen
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-cli:latest copy-code
  1. Download the latest docker image for owlbot-python
docker pull gcr.io/repo-automation-bots/owlbot-python:latest
  1. Run the post processor image
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-python:latest

Other features/fixes include:

fix: add async client to %name_%version/init.py
chore: add autogenerated snippets
chore: remove auth, policy, and options from the reserved names list
feat: support self-signed JWT flow for service accounts
chore: enable GAPIC metadata generation
chore: sort subpackages in %namespace/%name/init.py

@parthea parthea requested a review from a team as a code owner June 6, 2021 16:43
@product-auto-label product-auto-label bot added the api: analyticsdata Issues related to the googleapis/python-analytics-data API. label Jun 6, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 6, 2021
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add packaging>=14.3 to setup.py and packaging==14.3 and google-auth==1.24.0 to testing/constraints-3.6.txt.

@parthea
Copy link
Contributor Author

parthea commented Jun 8, 2021

Done.

@parthea parthea added the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit ff2beb8 into master Jun 8, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the manual-copy-googleapis-gen branch June 8, 2021 02:20
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: analyticsdata Issues related to the googleapis/python-analytics-data API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants