From ff459a85a649e43b4afdab1d2c8709a1f5a37bcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:07:16 +0000 Subject: [PATCH 1/2] Update Python to <3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b999f8f..d57a6987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ ] [tool.poetry.dependencies] -python = ">=3.9 <3.11" +python = "<3.13" bjoern = "3.2.2" falcon = "3.1.1" falcon-cors = "1.1.7" From 52997dcf5af2e71bb470c6d9a83dfc10144612d8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 4 Oct 2023 10:47:18 -0400 Subject: [PATCH 2/2] use appropriate python lower limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d57a6987..31e56212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "<3.13" +python = ">=3.8,<3.13" bjoern = "3.2.2" falcon = "3.1.1" falcon-cors = "1.1.7"