From 730bbfc983e31e969f9afaa05ec865274d799db8 Mon Sep 17 00:00:00 2001 From: Elsie Date: Fri, 29 Dec 2023 08:09:05 -0600 Subject: [PATCH] fix(pyproject): fix upper python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d1a4bc..69859d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10,<4" httpx = ">=0.24,<0.25" rich = "^13.0.0" typer = ">=0.9.0,<0.10.0"