Skip to content

Commit bf6af9f

Browse files
committed
PYTHON-1975 Bump max wire version to 9 (MongoDB 4.4)
1 parent b65fdf3 commit bf6af9f

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
@@ -58,7 +58,7 @@
5858
# What this version of PyMongo supports.
5959
MIN_SUPPORTED_SERVER_VERSION = "2.6"
6060
MIN_SUPPORTED_WIRE_VERSION = 2
61-
MAX_SUPPORTED_WIRE_VERSION = 8
61+
MAX_SUPPORTED_WIRE_VERSION = 9
6262

6363
# Frequency to call ismaster on servers, in seconds.
6464
HEARTBEAT_FREQUENCY = 10

0 commit comments

Comments
 (0)