Skip to content

Commit 3235f96

Browse files
authored
PYTHON-2911 Bump maxWireVersion to 14 for MongoDB 5.1 (#765)
1 parent ca46cb2 commit 3235f96

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
@@ -49,7 +49,7 @@
4949
# What this version of PyMongo supports.
5050
MIN_SUPPORTED_SERVER_VERSION = "3.6"
5151
MIN_SUPPORTED_WIRE_VERSION = 6
52-
MAX_SUPPORTED_WIRE_VERSION = 13
52+
MAX_SUPPORTED_WIRE_VERSION = 14
5353

5454
# Frequency to call hello on servers, in seconds.
5555
HEARTBEAT_FREQUENCY = 10

0 commit comments

Comments
 (0)