fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.1k stars 4.82k forks source link

🔧 Update `pyproject.toml` #1215

Closed agentz3r0 closed 1 month ago

agentz3r0 commented 5 months ago

Removed empty line which caused poetry to omit import of additional modules without throwing an error. (You can test this by keeping the empty line and changing the version of a module after the empty line - notice the module will not update in the updated docker image.)

tiangolo commented 1 month ago

Thanks! I just migrated the project to uv, so this is probably no longer a problem. I'm gonna close this one now. Thanks! :coffee: