diff --git a/pyproject.toml b/pyproject.toml index 90895dd..403f9a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["MarionetkaX "] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.75.2" +fastapi = "^0.78.0" uvicorn = "^0.17.6" SQLAlchemy = "^1.4.32" alembic = "^1.7.7"