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 e325b24 commit 72d8900Copy full SHA for 72d8900
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 = 14
+MAX_SUPPORTED_WIRE_VERSION = 15
67
68
# Frequency to call hello on servers, in seconds.
69
HEARTBEAT_FREQUENCY = 10
0 commit comments