Closed joejuzl closed 2 years ago
Hangouts is deprecated in favour of Google Chat (see https://blog.google/products/workspace/latest-google-hangouts-and-upgrade-google-chat/ ), so might be a good idea to check how much Hangouts channel is being used and maybe even drop support if not utilized much.
Description
oauth2client
has been deprecated. It is now causing an error whenpyparsing>=3.0.0
.See sentry.
The recommended library to change to is
google-auth
.We currently only use
oauth2client
inhangouts.py
(to verify the bot token).Definition of Done:
oauth2client
in Rasa OSS.