Replace deprecated oauth2client
in favour of google-auth
#9989
Labels
area:rasa-oss/channels 📞
Issues focused around rasas input and output channels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
effort:atom-squad/2
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
oauth2client
has been deprecated.It is now causing an error when
pyparsing>=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.The text was updated successfully, but these errors were encountered: