Skip to content

Commit 72d8900

Browse files
authored
PYTHON-3058 Bump maxWireVersion for MongoDB 5.2 (#908)
1 parent e325b24 commit 72d8900

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 = 14
66+
MAX_SUPPORTED_WIRE_VERSION = 15
6767

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

0 commit comments

Comments
 (0)