python-docs-samples
python-docs-samples copied to clipboard
chore(deps): update dependency google-cloud-bigquery to v3.3.3
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
google-cloud-bigquery | ==2.34.4 -> ==3.3.5 |
||||
google-cloud-bigquery | ==3.3.2 -> ==3.3.5 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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. ⚠ Warning: custom changes will be lost.
This PR has been generated by Mend Renovate. View repository job log here.
@leahecole, @bradmiro - can you take a look at the data-science-onramp failures? Not sure if its the major version bump that's causing this, and if so we should have ===
constraints or add comments.
It seems to be related to #8352.
#8352 is fixed! bq update unrelated. the dataset endpoint for the data we were using had changed 🙄
apache-beam[gcp]==2.37.0
requires google-cloud-bigquery<3
https://github.com/apache/beam/blob/release-2.37.0/sdks/python/setup.py#L193
The latest apache-beam
version supports BigQuery <4, so let's update apache-beam
.
EDIT: It looks like it's a new change only available on the main branch, but all current published packages still depend on bigquery<3. It'll probably be available on apache-beam 2.43
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.