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

fix: set google.ai.generativelanguage_v1beta3 as the default import #11677

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

parthea
Copy link
Contributor

@parthea parthea commented Sep 20, 2023

Here are the steps that I followed to generate this PR

 docker run --rm --user $(id -u):$(id -g)   -v $(pwd):/repo   -v /usr/local/google/home/partheniou/git/googleapis/bazel-bin:/bazel-bin   gcr.io/cloud-devrel-public-resources/owlbot-cli:latest copy-bazel-bin   --config-file=packages/google-apps-script-type/.OwlBot.yaml   --source-dir /bazel-bin --dest /repo
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/cloud-devrel-public-resources/owlbot-python-mono-repo:latest

I 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 v1beta2 as the default import instead of v1beta3.

Fixes #11676 🦕

@parthea parthea requested a review from a team as a code owner September 20, 2023 14:27
Copy link
Contributor

@vchudnov-g vchudnov-g left a comment

Choose a reason for hiding this comment

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

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!)

@parthea parthea merged commit 39ea699 into main Sep 21, 2023
17 checks passed
@parthea parthea deleted the set-default-version-to-v1beta3 branch September 21, 2023 21:39
@release-please release-please bot mentioned this pull request Sep 21, 2023
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>
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.

Update the default import for google.ai.generativelanguage to use v1beta3
2 participants