Skip to content

Commit 939a96c

Browse files
authored
v1.20.0 (#148)
* Submodule update & type correction * Submodule update
1 parent 56749bd commit 939a96c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/data_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Dict, List
1+
from typing import Dict, List, Any
22
from pydantic import BaseModel
33

44

@@ -13,7 +13,7 @@ class EmbeddingRebuildRequest(BaseModel):
1313
# note that sub_key is optional and only for embedding lists relevant
1414
# also sub_key is an int but converted to string in the request
1515

16-
changes: Dict[str, List[Dict[str, str]]]
16+
changes: Dict[str, List[Dict[str, Any]]]
1717

1818

1919
class EmbeddingCalcTensorByPkl(BaseModel):

0 commit comments

Comments
 (0)