BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Dependencies using `Annotated` #1359

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 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).

https://github.com/tiangolo/fastapi/releases/tag/0.95.0