diff --git a/pyproject.toml b/pyproject.toml index 7f4eef5..a6cc5cd 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.95.1" uvicorn = "^0.21.1" SQLAlchemy = "^1.4.32" alembic = "^1.7.7"