Chore: upgraded fastapi
This commit is contained in:
parent
6c79fb3f53
commit
3b73d468ea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user