Chore: upgraded fastapi

This commit is contained in:
Amritanshu Agrawal 2022-12-12 12:08:40 +05:30
parent 6c79fb3f53
commit 3b73d468ea
1 changed files with 4 additions and 4 deletions

View File

@ -6,19 +6,19 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.11"
uvicorn = {extras = ["standard"], version = "^0.19.0"}
fastapi = "^0.87.0"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
fastapi = "^0.88.0"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
psycopg2-binary = "^2.9.5"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.44"}
SQLAlchemy = {extras = ["mypy"], version = "^1.4.45"}
python-multipart = "^0.0.5"
PyJWT = "^2.6.0"
alembic = "^1.8.1"
itsdangerous = "^2.1.2"
python-dotenv = "^0.21.0"
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
starlette = "^0.21.0"
starlette = "^0.22.0"
[tool.poetry.dev-dependencies]
flake8 = "^5.0.4"