Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dialogflow-cx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-dialogflow-cx==1.38.0
google-cloud-dialogflow-cx==2.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to a new major version (2.0.0) introduces significant breaking changes that will likely cause runtime failures if the application code is not updated accordingly.

Key breaking changes from the release notes:

  • The following messages have been moved, which will break existing imports: PlaybookInput, PlaybookOutput, Action, UserUtterance, AgentUtterance, ToolUse, PlaybookInvocation, FlowInvocation.
  • The JSON value has been removed from the DataFormat enum.

The application code must be updated to be compatible with these changes. If the necessary refactoring is not included in this PR, this dependency update should be reverted to prevent breaking the application.

google-cloud-dialogflow-cx==1.38.0

Flask==3.0.3
python-dateutil==2.9.0.post0
functions-framework==3.9.2
Expand Down