We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7579b0 commit e02eb28Copy full SHA for e02eb28
pymongo/common.py
@@ -63,7 +63,7 @@
63
# What this version of PyMongo supports.
64
MIN_SUPPORTED_SERVER_VERSION = "3.6"
65
MIN_SUPPORTED_WIRE_VERSION = 6
66
-MAX_SUPPORTED_WIRE_VERSION = 15
+MAX_SUPPORTED_WIRE_VERSION = 17
67
68
# Frequency to call hello on servers, in seconds.
69
HEARTBEAT_FREQUENCY = 10
0 commit comments