amisadmin / fastapi-amis-admin

FastAPI-Amis-Admin is a high-performance, efficient and easily extensible FastAPI admin framework. Inspired by django-admin, and has as many powerful functions as django-admin.

Home Page:http://docs.amis.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

报错, 求教

cuckoo0606 opened this issue · comments

抄了 https://docs.amis.work/tutorials/basic/ModelAdmin/ 里面的示例1与2
运行时, 报这个错, 请问是什么问题?

image

fastapi-amis-admin更新至最新版本,sqlalchemy需要低于1.4.36

fastapi-amis-admin版本: 0.1.4
sqlalchemy版本: 1.4.35

image

你尝试将下面这行代码屏蔽,

category: Optional[Category] = Relationship(back_populates="articles")