support python3.7

This commit is contained in:
yim7
2022-09-22 14:04:34 +08:00
parent ba65247790
commit e344beefcf
3 changed files with 18 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ from opensearchpy import OpenSearch
from opensearchorm.model import BaseModel
from opensearchorm.query import ModelQuery, Expr
from opensearchorm.aggs import *
from opensearchorm.aggs import Aggregation, Sum, Cardinality
Model = TypeVar('Model', bound=BaseModel)