From 0b18290797f9e16a416dde6eebec4c8e86b5b1fd Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 29 Oct 2023 18:15:26 +0100 Subject: [PATCH] fastapi poetry --- content/data/works/fastapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/data/works/fastapi.md b/content/data/works/fastapi.md index 3c27d80..2297ded 100644 --- a/content/data/works/fastapi.md +++ b/content/data/works/fastapi.md @@ -1,4 +1,4 @@ -[`FastAPI`](https://fastapi.tiangolo.com/) implementation under last `Python 3.12` with [Pipenv](https://pypi.org/project/pipenv/) as package manager. +[`FastAPI`](https://fastapi.tiangolo.com/) implementation under last `Python 3.12` with [Poetry](https://python-poetry.org/) as package manager. It's based on [pydantic](https://pydantic-docs.helpmanual.io/), an essential component that allows proper OpenAPI generation and data validations while bringing advanced type hints.