full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Using TypeAlias to address IDE warnings
I have added TypeAlias typing for dependencies because VS Code Pylance issued a warning when using them as type annotations in functions.
Warning: "Variable not allowed in type expression (Pylance)"