diff --git a/pyproject.toml b/pyproject.toml index a979c8f..5238bce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A new Python project managed by Poetry." authors = ["Timothy Farrell "] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.11" fastapi = "^0.75.2" uvicorn = {extras = ["standard"], version = "^0.17.6"}