PYTHON-3058 Bump maxWireVersion for MongoDB 5.2 (#908)

This commit is contained in:
Steven Silvester 2022-03-28 13:48:58 -05:00 committed by GitHub
parent e325b24b78
commit 72d8900c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ MAX_WRITE_BATCH_SIZE = 1000
# What this version of PyMongo supports.
MIN_SUPPORTED_SERVER_VERSION = "3.6"
MIN_SUPPORTED_WIRE_VERSION = 6
MAX_SUPPORTED_WIRE_VERSION = 14
MAX_SUPPORTED_WIRE_VERSION = 15
# Frequency to call hello on servers, in seconds.
HEARTBEAT_FREQUENCY = 10