Skip to content

Commit e958f08

Browse files
PYTHON-2583 Bump minimum required PyMongoCrypt version to 1.1.0 (#577)
1 parent b10921e commit e958f08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Changes in Version 3.12.0
77
.. warning:: Support for Python 2.7, 3.4 and 3.5 is deprecated. Those Python
88
versions will not be supported by PyMongo 4.
99

10+
- PyMongoCrypt 1.1.0 or later is now required for client side field level
11+
encryption support.
12+
1013
Notable improvements
1114
....................
1215

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def build_extension(self, ext):
336336
pyopenssl_reqs.append("certifi")
337337

338338
extras_require = {
339-
'encryption': ['pymongocrypt<2.0.0'],
339+
'encryption': ['pymongocrypt>=1.1.0,<2.0.0'],
340340
'ocsp': pyopenssl_reqs,
341341
'snappy': ['python-snappy'],
342342
'tls': [],

0 commit comments

Comments
 (0)