pixels
pixels copied to clipboard
Pixels is an introductory API from Python Discord for painting on a collaborative canvas.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.65.2 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Implement a /ping endpoint (or similar) so that we can check when the system is ready to serve requests. This should only return a 2XX code once all caches are...
We want to have warning+ logs be sent to sentry for ease of investigation. Look at bot for examples on how we do that there.