Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 4ed7669

Browse files
committed
update fastapi and fastapi-login
1 parent 0c0771b commit 4ed7669

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

poetry.lock

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aioredis = "^2.0.0"
2525
async-timeout = "^3.0.0"
2626
celery = {extras = ["redis"], version = "^5.0.0"}
2727
python = "^3.8.0"
28-
fastapi = "^0.68.0"
28+
fastapi = "^0.78.0"
2929
# Per the `uvicorn docs <https://www.uvicorn.org/#quickstart>`_, install the standard (as opposed to minimal) uvicorn dependencies.
3030
uvicorn = {extras = ["standard"], version = "^0.17.0"}
3131
# See the `poetry docs <https://python-poetry.org/docs/dependency-specification/#using-environment-markers>`_.
@@ -34,7 +34,7 @@ Jinja2 = "<3.1.0"
3434
aiofiles = "^0.8.0"
3535
alembic = "^1.0.0"
3636
python-dateutil = "^2.0.0"
37-
fastapi-login = "^1.7.0"
37+
fastapi-login = "^1.8.0"
3838
pydal = ">=20210215.1"
3939
python-multipart = "^0.0.5"
4040
# asyncpg v. 0.25 has a `bug <https://github.com/MagicStack/asyncpg/issues/884>`_. Stay at v. 0.24 until it's fixed.

0 commit comments

Comments
 (0)