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 b10921e commit e958f08Copy full SHA for e958f08
doc/changelog.rst
@@ -7,6 +7,9 @@ Changes in Version 3.12.0
7
.. warning:: Support for Python 2.7, 3.4 and 3.5 is deprecated. Those Python
8
versions will not be supported by PyMongo 4.
9
10
+- PyMongoCrypt 1.1.0 or later is now required for client side field level
11
+ encryption support.
12
+
13
Notable improvements
14
....................
15
setup.py
@@ -336,7 +336,7 @@ def build_extension(self, ext):
336
pyopenssl_reqs.append("certifi")
337
338
extras_require = {
339
- 'encryption': ['pymongocrypt<2.0.0'],
+ 'encryption': ['pymongocrypt>=1.1.0,<2.0.0'],
340
'ocsp': pyopenssl_reqs,
341
'snappy': ['python-snappy'],
342
'tls': [],
0 commit comments