python 3.12

This commit is contained in:
2023-10-29 17:59:22 +01:00
parent 598c34f9fe
commit 71ffe8531b

View File

@ -1,4 +1,4 @@
[`FastAPI`](https://fastapi.tiangolo.com/) implementation under last `Python 3.11` with [Pipenv](https://pypi.org/project/pipenv/) as package manager.
[`FastAPI`](https://fastapi.tiangolo.com/) implementation under last `Python 3.12` with [Pipenv](https://pypi.org/project/pipenv/) 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.