fastapi-crud-async icon indicating copy to clipboard operation
fastapi-crud-async copied to clipboard

FastAPI CRUD

Results 5 fastapi-crud-async issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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.