Merge pull request #3327 from jonathan-rohde/feat/sqlalchemy-instead-of-peewee

BREAKING CHANGE/sqlalchemy instead of peewee
This commit is contained in:
Timothy Jaeryang Baek
2024-07-02 16:40:13 -07:00
committed by GitHub
60 changed files with 2217 additions and 2106 deletions

View File

@@ -1,5 +1,6 @@
from fastapi.security import HTTPBearer, HTTPAuthorizationCredentials
from fastapi import HTTPException, status, Depends, Request
from sqlalchemy.orm import Session
from apps.webui.models.users import Users