⬆ Upgrade code to support pydantic V2 (#615)
This commit is contained in:
@@ -2,4 +2,4 @@ from sqlmodel import create_engine
|
||||
|
||||
from app.core.config import settings
|
||||
|
||||
engine = create_engine(settings.SQLALCHEMY_DATABASE_URI)
|
||||
engine = create_engine(str(settings.SQLALCHEMY_DATABASE_URI))
|
||||
|
Reference in New Issue
Block a user