Chore: upgraded fastapi
This commit is contained in:
@ -6,19 +6,19 @@ authors = ["tanshu <git@tanshu.com>"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
uvicorn = {extras = ["standard"], version = "^0.19.0"}
|
uvicorn = {extras = ["standard"], version = "^0.20.0"}
|
||||||
fastapi = "^0.87.0"
|
fastapi = "^0.88.0"
|
||||||
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.5"
|
psycopg2-binary = "^2.9.5"
|
||||||
SQLAlchemy = {extras = ["mypy"], version = "^1.4.44"}
|
SQLAlchemy = {extras = ["mypy"], version = "^1.4.45"}
|
||||||
python-multipart = "^0.0.5"
|
python-multipart = "^0.0.5"
|
||||||
PyJWT = "^2.6.0"
|
PyJWT = "^2.6.0"
|
||||||
alembic = "^1.8.1"
|
alembic = "^1.8.1"
|
||||||
itsdangerous = "^2.1.2"
|
itsdangerous = "^2.1.2"
|
||||||
python-dotenv = "^0.21.0"
|
python-dotenv = "^0.21.0"
|
||||||
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
|
pydantic = {extras = ["dotenv"], version = "^1.10.2"}
|
||||||
starlette = "^0.21.0"
|
starlette = "^0.22.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
flake8 = "^5.0.4"
|
flake8 = "^5.0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user