Skip to content

Releases: theshohidul/FastAPI-Boilerplate

v1.0.0

23 Jan 08:22
eabd433
Compare
Choose a tag to compare

Updated fastapi and package versions to following:

  • python = "^3.11"
  • uvicorn = {extras = ["standard"], version = "^0.20.0"}
  • fastapi = {extras = ["all"], version = "^0.89.1"}
  • json-log-formatter = "^0.5.1"
  • alembic = "^1.9.2"
  • databases = {extras = ["aiomysql"], version = "^0.7.0"}
  • loguru = "^0.6.0"
  • cryptography = "^38.0.1"
  • bcrypt = "^4.0.0"
  • sqlalchemy = "^1.4.46"
  • pyjwt = "^2.6.0"
  • mysqlclient = "^2.1.1"