-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit c374abc
chore(deps): update all dependencies (#203)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.34.3` -> `==3.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-cloud-retail](https://togithub.com/googleapis/python-retail) | `==1.4.1` -> `==1.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>googleapis/python-bigquery</summary>
### [`v3.0.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapispython-bigquerycomparev300v301-2022-03-30)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.0.0...v3.0.1)
### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapispython-bigquerycomparev2343v300-2022-03-29)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.34.3...v3.0.0)
##### ⚠ BREAKING CHANGES
- BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776))
- use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786))
- destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891))
- In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972))
- automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972))
- mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058))
- default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061))
- remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178))
##### Features
- add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API ([#​967](https://togithub.com/googleapis/python-bigquery/issues/967)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` ([#​1117](https://togithub.com/googleapis/python-bigquery/issues/1117)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
##### Bug Fixes
- automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- improve type annotations for mypy validation ([#​1081](https://togithub.com/googleapis/python-bigquery/issues/1081)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
- use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
##### Documentation
- Add migration guide from version 2.x to 3.x ([#​1027](https://togithub.com/googleapis/python-bigquery/issues/1027)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
##### Dependencies
- BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))
##### [2.34.3](https://togithub.com/googleapis/python-bigquery/compare/v2.34.2...v2.34.3) (2022-03-29)
##### Bug Fixes
- update content-type header ([#​1171](https://togithub.com/googleapis/python-bigquery/issues/1171)) ([921b440](https://togithub.com/googleapis/python-bigquery/commit/921b440fdd151e88ee5b3e0d9fb90177877dc11a))
##### [2.34.2](https://togithub.com/googleapis/python-bigquery/compare/v2.34.1...v2.34.2) (2022-03-05)
##### Bug Fixes
- **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​1157](https://togithub.com/googleapis/python-bigquery/issues/1157)) ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353))
- **deps:** require proto-plus>=1.15.0 ([0c15790](https://togithub.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353))
##### [2.34.1](https://togithub.com/googleapis/python-bigquery/compare/v2.34.0...v2.34.1) (2022-03-02)
##### Dependencies
- add "extra" for IPython, exclude bad IPython release ([#​1151](https://togithub.com/googleapis/python-bigquery/issues/1151)) ([0fbe12d](https://togithub.com/googleapis/python-bigquery/commit/0fbe12d1ababa45aa774b026a93c0af9e8f343d9))
- allow pyarrow 7.0 ([#​1112](https://togithub.com/googleapis/python-bigquery/issues/1112)) ([57f8ea9](https://togithub.com/googleapis/python-bigquery/commit/57f8ea95e152dc238e7a4941f96c54be53f7eaf3))
</details>
<details>
<summary>googleapis/python-retail</summary>
### [`v1.5.0`](https://togithub.com/googleapis/python-retail/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapispython-retailcomparev141v150-2022-03-30)
[Compare Source](https://togithub.com/googleapis/python-retail/compare/v1.4.1...v1.5.0)
##### Features
- add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- allow search users to skip validation for invalid boost specs ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- search returns applied control ids in the response ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- support search personalization ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- users cannot switch to empty default branch unless force override ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
##### Documentation
- deprecate request_id in ImportProductsRequest ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- keep the API doc up-to-date with recent changes ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- suggest search users not to send IP and use hashed user id ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
- users can self enroll retail search feature on cloud console ([8d61976](https://togithub.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c))
##### [1.4.1](https://togithub.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05)
##### Bug Fixes
- **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​179](https://togithub.com/googleapis/python-retail/issues/179)) ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0))
- **deps:** require proto-plus>=1.15.0 ([398f86d](https://togithub.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0))
##### Documentation
- **samples:** fix create bucket for user events ([#​173](https://togithub.com/googleapis/python-retail/issues/173)) ([264f2d4](https://togithub.com/googleapis/python-retail/commit/264f2d43341ca75284ca30c42e2d9bf6f98195ba))
</details>
---
### 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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-retail).1 parent 13821b5 commit c374abcCopy full SHA for c374abc
File tree
3 files changed
+6
-6
lines changedFilter options
- generated_samples/interactive-tutorials
- events
- product
- search
3 files changed
+6
-6
lines changedgenerated_samples/interactive-tutorials/events/requirements.txt
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
generated_samples/interactive-tutorials/product/requirements.txt
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
generated_samples/interactive-tutorials/search/requirements.txt
Copy file name to clipboard+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments