Features
* feat: Add support for content type declaration in lamina decorator
This commit introduces a new optional parameter `content_type` in the `lamina` decorator, which allows selecting the desired content type (JSON, HTML, or TEXT). Previously, the content type was hard-coded as "application/json; charset=utf-8".
The new `Lamina` enum was introduced in the `helpers.py` file to manage content-type options.
Additionally, new unit tests were added to the `test_content_type.py` for testing the newly introduced feature. ([`15f4dfb`](https://github.com/megalus/lamina/commit/15f4dfbca6a9e6385cd61e2c52e94aa90198a22e))
Fixes
* fix: remove poetry.lock from lib ([`779db8e`](https://github.com/megalus/lamina/commit/779db8e6607caf01df5ed8c55a5876551f22a6b5))
Unknown
* Merge remote-tracking branch 'origin/main' ([`cea8573`](https://github.com/megalus/lamina/commit/cea8573126749a0038a9d6e7308455da3d03d4c7))