full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.1.2. Release notes Sourced from tenacity's releases. 9.1.2 Full Changelog: https://github.com/jd/tenacity/compare/9.1.1...9.1.2 9.1.1 What's Changed Test with Python 3.13 by @edgarrmondragon in jd/tenacity#480 ci: remove Python...
Bumps node from 24 to 25. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Replace hash library passlib by **pwdlib**, since passlib is not stable. Pwdlib is used by [fastapi](https://github.com/fastapi/fastapi/pull/13917/files). **Related PR** https://github.com/fastapi/full-stack-fastapi-template/pull/1539
Bumps [sqlmodel](https://github.com/fastapi/sqlmodel) from 0.0.24 to 0.0.27. Release notes Sourced from sqlmodel's releases. 0.0.27 Upgrades ⬆️ Add support for Python 3.14. PR #1578 by @svlandeg. 0.0.26 Fixes 🐛 Fix attribute handling...
This PR introduces a complete, dependency-based Rate Limiting system for the FastAPI backend with Redis integration, configurable strategies, and automated validation through Settings. The implementation avoids middleware complexity and instead...
I think having an asynchronous example here would be helpful. Please let me know if this is good and I'm happy to make changes and help maintain.
Bumps traefik from 3.0 to 3.6. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.3.0 to 5.0.0. Commits 5060bce 5.0.0 release (#1078) e43f568 Bump actions/cache from 4.2.4 to 4.3.0 (#1077) fc9f680 Bump libc from 0.2.175 to 0.2.176 in /src/_bcrypt (#1075) 633f46f...
Bumps postgres from 17 to 18. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Docker Development Contribution Overview I created a comprehensive Docker development improvement package for the FastAPI Full Stack Template that addresses common developer pain points and streamlines the development workflow. What...