Skip to content

Commit 2b57cbb

Browse files
committed
PYTHON-1649 Bump max wire version to 8 (MongoDB 4.2)
1 parent 8facf00 commit 2b57cbb

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
@@ -53,7 +53,7 @@
5353
# What this version of PyMongo supports.
5454
MIN_SUPPORTED_SERVER_VERSION = "2.6"
5555
MIN_SUPPORTED_WIRE_VERSION = 2
56-
MAX_SUPPORTED_WIRE_VERSION = 5
56+
MAX_SUPPORTED_WIRE_VERSION = 8
5757

5858
# Frequency to call ismaster on servers, in seconds.
5959
HEARTBEAT_FREQUENCY = 10

0 commit comments

Comments
 (0)