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"