fastapi-crud-async
fastapi-crud-async copied to clipboard
FastAPI CRUD
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.63.0 to 0.65.2. Release notes Sourced from fastapi's releases. 0.65.2 Security fixes 🔒 Check Content-Type request header before assuming JSON. Initial PR #2118 by @patrickkwang. This change...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.87.0 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...
Thanks for the great tutorial! Whilst working through it I came upon an issue when renaming test_main.py file to test_ping.py - after renaming running the tests fails with the error:...
Adding pre-commit to the repository to ensure code styling consistency.