From e9cc20e91d460aac32309b909decc73acbf7234d Mon Sep 17 00:00:00 2001 From: "Timothy Farrell (aider)" Date: Mon, 15 Jul 2024 11:05:27 -0500 Subject: [PATCH] Updated Python dependency to 3.11 in pyproject.toml. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}