full-stack-fastapi-template icon indicating copy to clipboard operation
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.

Results 344 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

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

dependencies
internal

Bumps node from 24 to 25. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=node&package-manager=docker&previous-version=24&new-version=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...

dependencies
internal
docker

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

refactor

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

dependencies
internal
python:uv

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.

internal

Bumps traefik from 3.0 to 3.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=traefik&package-manager=docker_compose&previous-version=3.0&new-version=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...

dependencies
docker_compose

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

dependencies
internal
python:uv

Bumps postgres from 17 to 18. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postgres&package-manager=docker_compose&previous-version=17&new-version=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...

dependencies
docker_compose

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

internal