From b8fdf38e449a6b16bd4493c2bfe707efff23e1d5 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 27 Mar 2020 17:32:08 +0100 Subject: [PATCH] chore(deps): update dependency dialogflow to v0.8.0 [(#3147)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/3147) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dialogflow](https://togithub.com/dialogflow/dialogflow-python-client-v2) | minor | `==0.7.2` -> `==0.8.0` | --- ### Release Notes
dialogflow/dialogflow-python-client-v2 ### [`v0.8.0`](https://togithub.com/dialogflow/dialogflow-python-client-v2/blob/master/CHANGELOG.md#​080httpswwwgithubcomgoogleapisdialogflow-python-client-v2comparev072v080-2020-03-26) [Compare Source](https://togithub.com/dialogflow/dialogflow-python-client-v2/compare/v0.7.2...v0.8.0) ##### Features - **dialogflow:** add `MediaContent`, `BrowseCarouselCard`, `ColumnProperties`in v2; add `SpeechContext`, `SpeechWordInfo`in v2; add `enable_word_info`, `speech_contexts`,`model` to InputAudioConfig in v2; add `subtitles` to `Intent.Message.ListSelect` in `v2beta1`; add `language_code` to `ListKnowledgeBase` in v2beta1; add `webhook_headers` to `QueryParameters` in v2beta1 ([#​175](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/175)) ([713846b](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/713846b7ed99eaf78cdf383aa9d39b43731b9a0d)) - add validation support to v2; add `output_audio_config_mask` to `detect_intent` method in v2beta1 and v2; add sub agent to v2beta1 (via synth) ([#​179](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/179)) ([5a6f18e](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/5a6f18e362b5dd87affbe75e0d0bfc0c21ab87a9)) ##### [0.7.2](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.1...v0.7.2) (2019-10-18) ##### Bug Fixes - define version once in setup.py ([#​158](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/158)) ([bf42fc4](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/bf42fc45607b97bc040cbdacbde8ff5a4b6ad29b)) ##### [0.7.1](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.0...v0.7.1) (2019-10-17) ##### Bug Fixes - pin google-api-core>=1.14.0, update format ([#​156](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/156)) ([69951d0](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/69951d013b7c99966848565e30d5ab1bad7229fb))
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples). --- dialogflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow/requirements.txt b/dialogflow/requirements.txt index fb04ea6d61c9..82e246a5b725 100644 --- a/dialogflow/requirements.txt +++ b/dialogflow/requirements.txt @@ -1 +1 @@ -dialogflow==0.7.2 +dialogflow==0.8.0