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