amisadmin / fastapi-user-auth

FastAPI-User-Auth is a simple and powerful FastAPI user RBAC authentication and authorization library. Based on FastAPI-Amis-Admin and provides a freely extensible visual management interface.
319 stars 43 forks source link

fastapi_user_auth.site 这行 super().__init__(settings, fastapi, engine) 是不是有问题?? #21

Open xiaoxinboss opened 10 months ago

xiaoxinboss commented 10 months ago

新环境python3.11 发生异常: TypeError AdminSite.init() takes 2 positional arguments but 4 were given

修改为 super().init(settings) 成功运行