From 902d9f79b0c9ebca2b01aac8d31be595e30d08f9 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Tue, 28 Feb 2023 22:09:19 +0100 Subject: [PATCH] Allow Python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3409b8f..4561fda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Marijn Doeve "] [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" fastapi = {extras = ["all"], version = "^0.92.0"} pydantic = "^1.10.5" projectorpi = {version = "^0.2.0", source = "gitea"}