fastapi-template
fastapi-template copied to clipboard
Configurable template for a FastAPI application, with Authentication and User integration.
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.22 to 9.5.23. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.23 Fixed #7183: Edge case in anchor navigation when using instant navigation Fixed #6436: Version selector not showing...
**Describe the bug** Cloning the repo, and running `docker compose up --build` fails. **To Reproduce** Steps to reproduce the behavior: 1. Clone the main branch locally 2. Run `docker compose...
**Is your feature request related to a problem? Please describe.** For larger applications with a lot of data, caching architecture can increase greatly the performance of retrieving data. **Describe the...
**Is your feature request related to a problem? Please describe.** I'd like to be able to use social accounts for authentication(GitHub, twitter, Google etc). Is it possible to integrate that...
**Is your feature request related to a problem? Please describe.** Add [Prometheus](https://github.com/prometheus/prometheus) endpoint based on [Starlette exporter](https://github.com/stephenhillier/starlette_exporter) and [OpenTelemetry](https://github.com/orgs/open-telemetry) collector for a proper management on clustered environments.
**Is your feature request related to a problem? Please describe.** It would be really nice to have a complete [paginated](https://uriyyo-fastapi-pagination.netlify.app/) CRUD management of Users, Roles, Groups, Permissions with the option...
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.30.3 to 0.30.6. Release notes Sourced from uvicorn's releases. Version 0.30.6 Fixed Don't warn when upgrade is not WebSocket and depedencies are installed (#2360) Full Changelog: https://github.com/encode/uvicorn/compare/0.30.5...0.30.6...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. Release notes Sourced from pre-commit's releases. pre-commit v3.8.0 Features Implement health checks for language: r so environments are recreated if the system version of...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.7) - [github.com/jackdewinter/pymarkdown: v0.9.21 → v0.9.22](https://github.com/jackdewinter/pymarkdown/compare/v0.9.21...v0.9.22) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.1)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to 0.6.8. Release notes Sourced from ruff's releases. 0.6.8 Release Notes Preview features Remove unnecessary parentheses around match case clauses (#13510) Parenthesize overlong if guards in...