Skip to content

Commit e02eb28

Browse files
authored
PYTHON-3254 Bump maxWireVersion for MongoDB 6.0 (#948)
1 parent a7579b0 commit e02eb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# What this version of PyMongo supports.
6464
MIN_SUPPORTED_SERVER_VERSION = "3.6"
6565
MIN_SUPPORTED_WIRE_VERSION = 6
66-
MAX_SUPPORTED_WIRE_VERSION = 15
66+
MAX_SUPPORTED_WIRE_VERSION = 17
6767

6868
# Frequency to call hello on servers, in seconds.
6969
HEARTBEAT_FREQUENCY = 10

0 commit comments

Comments
 (0)