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 8facf00 commit 2b57cbbCopy full SHA for 2b57cbb
pymongo/common.py
@@ -53,7 +53,7 @@
53
# What this version of PyMongo supports.
54
MIN_SUPPORTED_SERVER_VERSION = "2.6"
55
MIN_SUPPORTED_WIRE_VERSION = 2
56
-MAX_SUPPORTED_WIRE_VERSION = 5
+MAX_SUPPORTED_WIRE_VERSION = 8
57
58
# Frequency to call ismaster on servers, in seconds.
59
HEARTBEAT_FREQUENCY = 10
0 commit comments