Skip to content

Releases: tomasanchez/cosmic-fastapi

v1.0.0

15 Jun 00:14
5df9abc
Compare
Choose a tag to compare

What's Changed

  • Replaced poetry with modern uv.
  • Replaced pylint, black, flake8, isort, and mypy with ruff.
  • Upgraded dependencies

Full Changelog: v0.1.1...v1.0.0

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.