Closed YoshihitoAso closed 1 year ago
I would like to upgrade FastAPI to v0.95.
In addition, from v0.95 of FastAPI, it is possible to write Dependencies and Parameters using Annotated. Improve the implementation of the parts where Annotated can be applied (e.g., db_sesseion).
Annotated
https://github.com/tiangolo/fastapi/releases/tag/0.95.0
I would like to upgrade FastAPI to v0.95.
In addition, from v0.95 of FastAPI, it is possible to write Dependencies and Parameters using
Annotated
. Improve the implementation of the parts whereAnnotated
can be applied (e.g., db_sesseion).https://github.com/tiangolo/fastapi/releases/tag/0.95.0