diff --git a/pyproject.toml b/pyproject.toml index 7f4eef5..c0a75f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["MarionetkaX "] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.94.1" +fastapi = "^0.97.0" uvicorn = "^0.21.1" SQLAlchemy = "^1.4.32" alembic = "^1.7.7"