Chore: Update fastapi

This commit is contained in:
Amritanshu Agrawal 2023-08-15 06:38:28 +05:30
parent b62bf1bcca
commit c0458ed96e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ authors = ["tanshu <git@tanshu.com>"]
[tool.poetry.dependencies]
python = "^3.11"
uvicorn = {extras = ["standard"], version = "^0.23.2"}
fastapi = {extras = ["all"], version = "^0.101.0"}
fastapi = {extras = ["all"], version = "^0.101.1"}
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
psycopg2-binary = "^2.9.7"