PYTHON-3254 Bump maxWireVersion for MongoDB 6.0 (#948)

This commit is contained in:
Steven Silvester 2022-05-12 15:42:06 -05:00 committed by GitHub
parent a7579b02d2
commit e02eb287e8
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 = 15
MAX_SUPPORTED_WIRE_VERSION = 17
# Frequency to call hello on servers, in seconds.
HEARTBEAT_FREQUENCY = 10