Chore: Update fastapi
This commit is contained in:
parent
b62bf1bcca
commit
c0458ed96e
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user