errbot
errbot copied to clipboard
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
**Describe the bug** Errbot running on python 3.11 in docker, unable to load a python library into a plugin **To Reproduce** plugin code: ``` import lib.chatutils from errbot import BotPlugin,...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. Release notes Sourced from actions/setup-python's releases. v5.1.0 What's Changed Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate...
https://jinja.palletsprojects.com/en/3.1.x/changes/
**Describe the bug** [A clear and concise description of what the bug is.](https://errbot.readthedocs.io/en/latest/user_guide/plugin_development/basics.html#python-submodules) shows using lib/ for modules. This is fine UNLESS you are using the slack backend, which has...
Hey everyone, I would really appreciate some help with getting errbot to connect to a mattermost-preview server running locally **Issue description** I have a mattermost-preview server successfully running on a...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.6. Release notes Sourced from actions/checkout's releases. v4.1.6 What's Changed Check platform to set archive extension appropriately by @cory-miller in actions/checkout#1732 Update for 4.1.6 release...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. Release notes Sourced from actions/setup-python's releases. v5.1.1 What's Changed Bug fixes: fix(ci): update all failing workflows by @mayeut in actions/setup-python#863 This update ensures compatibility...
## Description Fix type check warning reported by Pyre@Google, which was outdated after code modification. ## Detail update the return type of function `_read_dict()` from `dict` to `Mapping`, since the...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. Release notes Sourced from actions/checkout's releases. v4.2.1 What's Changed Check out other refs/* by commit if provided, fall back to ref by @orhantoy in...