feat: order by

This commit is contained in:
yim7
2023-06-19 23:25:21 +08:00
parent 953db711a5
commit 9d2f1e5f3c
3 changed files with 13 additions and 156 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "opensearch-orm"
version = "0.1.8"
version = "0.1.9"
description = ""
authors = ["yim7 <yimchiu7@gmail.com>"]
readme = "README.md"
@@ -8,9 +8,9 @@ packages = [{include = "opensearchorm"}]
[tool.poetry.dependencies]
python = "^3.7"
opensearch-py = "^2.0.0"
opensearch-py = "^1.0.0"
pytz = "^2022.2.1"
pydantic = "^1.10.0"
pydantic = "^1.6.0"
[tool.poetry.group.dev.dependencies]