Rewrite Telegram channel with a different library #6814
Labels
area:rasa-oss/channels 📞
Issues focused around rasas input and output channels
type:enhancement ✨
Additions of new features or changes to existing ones, should be doable in a single PR
Description of Problem:
The current package
python-telegram-bot
uses a vendored package of urllib3, which hasn't been updated since 2017 and therefore has some security vulnerabilities. See issue for details: python-telegram-bot/python-telegram-bot#2097Overview of the Solution:
We should rewrite the telegram channel to use this package instead: https://github.com/eternnoir/pyTelegramBotAPI
The text was updated successfully, but these errors were encountered: