mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Update CRUDBase to sqlalchemy-crud-plus (#317)
* Update CRUDBase to dependent package * Update sqla crud plus to 0.0.2
This commit is contained in:
@@ -4,7 +4,7 @@ from datetime import datetime
|
||||
|
||||
from pydantic import ConfigDict
|
||||
|
||||
from backend.common.msd.schema import SchemaBase
|
||||
from backend.common.schema import SchemaBase
|
||||
|
||||
|
||||
class LoginLogSchemaBase(SchemaBase):
|
||||
|
||||
Reference in New Issue
Block a user