-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update google cloud vision >= 2.0.0 #23755
Update google cloud vision >= 2.0.0 #23755
Conversation
Run Python 3.8 PostCommit |
Codecov Report
@@ Coverage Diff @@
## master #23755 +/- ##
==========================================
- Coverage 73.17% 73.17% -0.01%
==========================================
Files 720 720
Lines 96044 96044
==========================================
- Hits 70278 70276 -2
- Misses 24454 24456 +2
Partials 1312 1312
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Got a green on the PostCommit and also the unittests testing the google-cloud-vision passes. Precommit failure is unrelated. |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
It's #21104 |
LGTM. thank you. |
Fixes: #23261
Update google-cloud-vision dependency to >= 2.0.0
2.0.0 has some breaking changes and needed some changes to PTransforms that depend on google-cloud-vision.
For more information: https://googleapis.dev/python/vision/latest/UPGRADING.html
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.