Skip to content

Releases: tomasanchez/cosmic-fastapi

v0.1.1

05 May 05:35
Compare
Choose a tag to compare

v0.1.1

Fixes

  • Pylint no longer complains for main.py: disabled ungrouped-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

11 Aug 00:41
Compare
Choose a tag to compare

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.