fix: set google.ai.generativelanguage_v1beta3 as the default import#11677
Merged
fix: set google.ai.generativelanguage_v1beta3 as the default import#11677
Conversation
vchudnov-g
approved these changes
Sep 21, 2023
vchudnov-g
approved these changes
Sep 21, 2023
Contributor
vchudnov-g
left a comment
There was a problem hiding this comment.
Thanks for leaving instructions as to how you generated this PR. We need to get to the point where doing all this is easier (or largely unnecessary!)
Merged
parthea
pushed a commit
that referenced
this pull request
Sep 21, 2023
🤖 I have created a release *beep* *boop* --- <details><summary>google-ai-generativelanguage: 0.3.3</summary> ## [0.3.3](google-ai-generativelanguage-v0.3.2...google-ai-generativelanguage-v0.3.3) (2023-09-21) ### Bug Fixes * set google.ai.generativelanguage_v1beta3 as the default import ([#11677](#11677)) ([39ea699](39ea699)) </details> <details><summary>google-cloud-billing: 1.11.5</summary> ## [1.11.5](google-cloud-billing-v1.11.4...google-cloud-billing-v1.11.5) (2023-09-21) ### Documentation * update service documentation ([#11686](#11686)) ([3c1d20c](3c1d20c)) </details> <details><summary>google-cloud-documentai: 2.19.0</summary> ## [2.19.0](google-cloud-documentai-v2.18.1...google-cloud-documentai-v2.19.0) (2023-09-21) ### Features * added field Processor.processor_version_aliases ([c7c3e41](c7c3e41)) * added field RawDocument.display_name ([c7c3e41](c7c3e41)) ### Bug Fixes * deprecated OcrConfig.compute_style_info ([c7c3e41](c7c3e41)) </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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here are the steps that I followed to generate this PR
default_versionin.repo-metadata.jsonheregoogle-cloud-python/packages/google-ai-generativelanguage/.repo-metadata.json
Line 14 in eca60c3
v1beta2andv1beta3clients locally in a clone of googleapis/googleapis usingbazel build //google/ai/generativelanguage/v1beta3:ai-generativelanguage-v1beta2-pyandbazel build //google/ai/generativelanguage/v1beta3:ai-generativelanguage-v1beta3-pyI also had to fix a bug in synthtool for the owlbot post processing: googleapis/synthtool#1861. Without this fix, the docs/index.rst file would list
v1beta2as the default import instead ofv1beta3.Fixes #11676 🦕