Skip to content

Commit c898044

Browse files
committed
Update MIN_SUPPORTED_SERVER_VERSION and MIN_SUPPORTED_WIRE_VERSION
1 parent 779b3d9 commit c898044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymongo/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
MAX_WRITE_BATCH_SIZE = 100000
6767

6868
# What this version of PyMongo supports.
69-
MIN_SUPPORTED_SERVER_VERSION = "4.0"
70-
MIN_SUPPORTED_WIRE_VERSION = 7
69+
MIN_SUPPORTED_SERVER_VERSION = "4.2"
70+
MIN_SUPPORTED_WIRE_VERSION = 8
7171
# MongoDB 8.0
7272
MAX_SUPPORTED_WIRE_VERSION = 25
7373

0 commit comments

Comments
 (0)