-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
-
Python Drivers
-
Needed
-
Bump minimum pymongocrypt version req to >=1.10 for range v2 and async support. Attempting to use pymongo 4.9 with pymongocrypt<1.10 results in this error:
File "/Users/shane/git/mongo-python-driver/test/utils.py", line 597, in _mongo_client return MongoClient(uri, port, **client_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/shane/git/mongo-python-driver/pymongo/synchronous/mongo_client.py", line 855, in __init__ self._encrypter = _Encrypter(self, self._options.auto_encryption_opts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/shane/git/mongo-python-driver/pymongo/synchronous/encryption.py", line 388, in __init__ self._auto_encrypter = AutoEncrypter( ^^^^^^^^^^^^^ NameError: name 'AutoEncrypter' is not defined. Did you mean: '_Encrypter'?