Releases: tomasanchez/cosmic-fastapi
Releases · tomasanchez/cosmic-fastapi
v1.0.0
What's Changed
- Replaced
poetrywith modernuv. - Replaced
pylint,black,flake8,isort, andmypywithruff. - Upgraded dependencies
Full Changelog: v0.1.1...v1.0.0
v0.1.1
v0.1.1
Fixes
Pylintno longer complains formain.py: disabledungrouped-imports.- Uvicorn import when running
poetry run python -m template.main
Special thanks to @fmaver for reporting bugs.
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Cosmic FastAPI Template
Features
This template includes FastAPI using the fastest Pydantic V2 model validation. Designed for Event-Driven
Architecture (EDA) and Domain-Driven Design (DDD). Providing a clean and simple structure to start a new project. With
the addition of pre-commit hooks to ensure code quality. And ready to be used in a CI/CD GitHub Workflows pipeline.