Skip to content

Commit b63db31

Browse files
committed
fix replaceone
1 parent 2402cdf commit b63db31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ class ReplaceOne(Generic[_DocumentType]):
325325
"_collation",
326326
"_hint",
327327
"_namespace",
328+
"_sort",
328329
)
329330

330331
def __init__(

0 commit comments

Comments
 (0)