fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
27.95k stars 5k forks source link

Using TypeAlias to address IDE warnings #1425

Open javadzarezadeh opened 1 week ago

javadzarezadeh commented 1 week ago

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)"