Skip to content

Tags: jonasrenault/fastapi-react-mongodb-docker

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
18 update dependencies (#19) * use uv instead of poetry. update pyproject.toml * update args in pre-commit * Switch to uv in Dockerfile * update frontend deps. udpate esling config * fix errors due to mui v7 and react-router v7 * add hydratefallback component * fix some typing issues and remove with provider when using fastapi_sso * update docker config * update github test workflow to use uv * bump version to 1.3.0

v1.2.0

Toggle v1.2.0's commit message
bump version to 1.2.0 

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#12) * Update backend and frontend dependencies. WIP: fix frontend tests and warnings in backend tests * Fix tests: Update msw to latest version and change rest import to http. Remove happy-dom test env as not needed and causing issues * remove deprecated methods due to pydantic v2 * fix build and lint issues * Update Home route with loader to cache values for github repo star counts * Update version to 1.1 * Update version in frontend

v1.0.0

Toggle v1.0.0's commit message
Update node version to 20 in dockerfile. Update backend deps.