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