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 b65fdf3 commit bf6af9fCopy full SHA for bf6af9f
pymongo/common.py
@@ -58,7 +58,7 @@
58
# What this version of PyMongo supports.
59
MIN_SUPPORTED_SERVER_VERSION = "2.6"
60
MIN_SUPPORTED_WIRE_VERSION = 2
61
-MAX_SUPPORTED_WIRE_VERSION = 8
+MAX_SUPPORTED_WIRE_VERSION = 9
62
63
# Frequency to call ismaster on servers, in seconds.
64
HEARTBEAT_FREQUENCY = 10
0 commit comments