Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

fix(deps): allow google-cloud-storage < 3.0.0dev #316

Merged
merged 4 commits into from
Jan 15, 2022

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 12, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-storage >= 1.18.0, < 2.0.0dev -> >=1.18.0, <2.0.1 age adoption passing confidence
google-cloud-storage ==1.44.0 -> ==2.0.0 age adoption passing confidence

Release Notes

googleapis/python-storage

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • Remove Python 2 support (#​657)
Features

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner January 12, 2022 20:49
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 12, 2022
@product-auto-label product-auto-label bot added the api: automl Issues related to the googleapis/python-automl API. label Jan 12, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 12, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2022
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 13, 2022
@parthea
Copy link
Contributor

parthea commented Jan 13, 2022

Sample failed with ResourceExhausted.

    @functools.wraps(callable_)
    def error_remapped_callable(*args, **kwargs):
        try:
            return callable_(*args, **kwargs)
        except grpc.RpcError as exc:
>           raise exceptions.from_grpc_error(exc) from exc
E           google.api_core.exceptions.ResourceExhausted: 429 Running out of quota for automl.googleapis.com/tables_concurrent_batch_predict_requests.

.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py:68: ResourceExhausted

@parthea parthea added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 13, 2022
setup.py Outdated Show resolved Hide resolved
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 13, 2022
@parthea parthea changed the title chore(deps): update dependency google-cloud-storage to v2 fix(deps): allow google-cloud-storage < 3.0.0dev Jan 13, 2022
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. and removed do not merge Indicates a pull request not ready for merge, due to either quality or timing. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 13, 2022
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 13, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 14, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 14, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 14, 2022
@parthea parthea merged commit ba271a8 into googleapis:main Jan 15, 2022
@renovate-bot renovate-bot deleted the renovate/all branch January 15, 2022 14:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: automl Issues related to the googleapis/python-automl API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants