Skip to content

Commit 1208b64

Browse files
authored
Merge pull request #76 from tharropoulos/fix/import-dict
fix: add base document write parameters to the import type alias
2 parents 0f4f2e0 + 5053b9d commit 1208b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typesense/types/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ class DocumentImportParametersReturnDocAndId(DocumentWriteParameters):
300300

301301

302302
DocumentImportParameters: typing.TypeAlias = typing.Union[
303+
DocumentWriteParameters,
303304
DocumentImportParametersReturnId,
304305
DocumentImportParametersReturnDoc,
305306
DocumentImportParametersReturnDocAndId,

0 commit comments

Comments
 (0)