Chore: Update fastapi

This commit is contained in:
Amritanshu Agrawal 2023-08-15 06:38:28 +05:30
parent b62bf1bcca
commit c0458ed96e

View File

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