From b0f057e5d0ad36aa59cd71c4849056d931206eef Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Sat, 1 Jun 2024 21:20:29 -0700 Subject: [PATCH] fix python version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index d0781160..afa2f770 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" include = ["templates/openai/app.py", "templates/docker/Dockerfile"] [tool.poetry.dependencies] -python = ">=3.8w" +python = ">=3.8" requests = "^2.28.2" click = "^8.1.7"