1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

doc: bump default fastapi version to '0.67.0'

Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
This commit is contained in:
Yagiz Degirmenci
2021-07-23 18:39:50 +03:00
parent cd181a09ac
commit 1d4619c947

View File

@@ -7,4 +7,4 @@ try:
FASTAPI_VERSION = fastapi.__version__
except ModuleNotFoundError:
FASTAPI_VERSION = "0.61.2"
FASTAPI_VERSION = "0.67.0"