v7.0.4
This is mostly a maintenance release fixing a number of bugs and updating dependencies, but we also introduce support for the Sharkey fork of Misskey, and provide instructions for docker-compose and systemd.
What's Changed
- 🐳 docker-compose by @benyafai in #102
- Add sharkey as misskey-api-capable by @likeazir in #103
- add systemd guide by @Tealk in #105
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in #106
- Bump urllib3 from 1.26.14 to 1.26.18 by @dependabot in #108
Update Instructions
If you are running from Git Hub Actions
- Update your fork
If you are running locally
- Update your code:
git pull
- Update your requirements:
pip install -r requirements.txt