litestar-pg-redis-docker
litestar-pg-redis-docker copied to clipboard
Example Litestar project using Postgresql, Redis and Docker
… yaml to 5.3.1 to make poetry happy [//]: # "By submitting this pull request, you agree to:" [//]: # "- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)" [//]: # "- follow...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.6. Changelog Sourced from cryptography's changelog. 41.0.6 - 2023-11-27 * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle....
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
`app` object should be created within `__main__` only [//]: # "By submitting this pull request, you agree to:" [//]: # "- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)" [//]: # "- follow...
### Description I followed the instructions in the readme, but I got an error when running `docker compose run --rm app alembic upgrade head` ### Steps to reproduce ```bash 1....
### Summary The example is behind version 2. Tasks: 1. run `poetry update` 2. run `pre-commit autoupdate` 3. run `pre-commit run --all-files` and fix all reported issues 4. run and...
Bumps [pywin32](https://github.com/mhammond/pywin32) from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
[//]: # "By submitting this pull request, you agree to:" [//]: # "- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)" [//]: # "- follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md)" ### Pull Request Checklist -...
SAQ has a UI which is an aiohttp `Application` object. Unfortunately these are not asgi apps: https://github.com/aio-libs/aiohttp/issues/2902 There is https://github.com/mosquito/aiohttp-asgi, or might need an alternate implementation of the UI that...