mirror of
https://github.com/d0zingcat/opensearch-orm.git
synced 2026-05-13 23:16:52 +00:00
fixed: python min version
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user