Use experimental pydantic, sqlmodel 2 and sqlalchemy 2

JWT based user auth
pydantic_settings conf
This commit is contained in:
phil 2023-11-17 11:35:09 +05:30
parent 3355b9d716
commit 90091e8a25
14 changed files with 840 additions and 237 deletions

View file

@ -4,5 +4,6 @@
],
"python.autoComplete.extraPaths": [
"${workspaceFolder}/__pypackages__/3.11/lib"
]
],
"editor.defaultFormatter": "charliermarsh.ruff"
}