From 5ff982ce74ea601aa7c8ff2c670ebd7bb3d033e5 Mon Sep 17 00:00:00 2001 From: Tobias Bruckert <62531735+tb102122@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:18:45 +1100 Subject: [PATCH] add build version limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b638a8f..eafa0f27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["resources/**/*"] python = "^3.7" graphviz = ">=0.13.2,<0.21.0" jinja2 = ">=2.10,<4.0" -typed-ast = "^1.5.4" +typed-ast = { version = "^1.5.5", markers = "python_version < '3.8'} [tool.poetry.dev-dependencies] pytest = "^7.3"