fixed: python min version

This commit is contained in:
yim7
2022-09-22 14:32:50 +08:00
parent e344beefcf
commit 7bc3f25c5a

View File

@@ -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"