From 7bc3f25c5a801fe390b800b832502841821c0174 Mon Sep 17 00:00:00 2001 From: yim7 Date: Thu, 22 Sep 2022 14:32:50 +0800 Subject: [PATCH] fixed: python min version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8b4c7b..e2f606f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" packages = [{include = "opensearchorm"}] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.7" opensearch-py = "^2.0.0" pytz = "^2022.2.1" pydantic = "^1.10.2"