V0.1.9
Version 0.1.9
This release introduces improved deployment options and enhanced dependency management for API-related features.
New Features
- Added a multi-stage Dockerfile template for project deployment using pixi and Ubuntu. This enables efficient containerization, dependency management, and production-ready builds with a default entrypoint for running the app via uvicorn. (595ce2) (MatDagommer)
- Introduced an optional 'api' dependency group in pyproject.toml, allowing users to easily install API-related dependencies as needed. (f60600) (MatDagommer)
Bug Fixes
- No bug fixes in this release.
Deprecations
- No deprecations in this release.