tortoise-orm在fastapi的lifespan中访问数据库表时报for r in self._routers:TypeError: ‘NoneType‘ object is not it
解决:升级tortoise-orm到0.21.1以上版本,或使用github上的待发布版poetryadd'tortoise-orm>=0.21.1'||poetryadd'git+https://github.com/tortoise/tortoise-orm.git'或直接pip安装https://pip.pypa.io/en/stable/cli/pip_install/#examplesp