errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.08k stars 607 forks source link

correctly import Mapping from collections.abc #1675

Closed tgrondier closed 6 months ago

tgrondier commented 6 months ago

Since python 3.10, Mapping is only available through collections.abc.Mapping and not through collections.Mapping

https://github.com/errbotio/errbot/pull/1562 was proposed including this change but it has been untouched for over a year.

sijis commented 6 months ago

@tgrondier Added note on your PR to CHANGES.rst.

Thank you!