PYTHON-3696 Bump minimum pymongocrypt version req to >=1.6 for QEv2 (#1211)
This commit is contained in:
parent
0123d32a20
commit
622df873ae
@ -7,7 +7,7 @@ Changes in Version 4.4
|
||||
- Added support for MongoDB 7.0.
|
||||
- Added support for passing a list containing (key, direction) pairs
|
||||
or keys to :meth:`~pymongo.collection.Collection.create_index`.
|
||||
- pymongocrypt 1.5.0 or later is now required for client side field level
|
||||
- pymongocrypt 1.6.0 or later is now required for client side field level
|
||||
encryption support.
|
||||
- Improved support for Pyright to improve typing support for IDEs like Visual Studio Code
|
||||
or Visual Studio.
|
||||
|
||||
2
setup.py
2
setup.py
@ -281,7 +281,7 @@ if sys.platform in ("win32", "darwin"):
|
||||
aws_reqs = ["pymongo-auth-aws<2.0.0"]
|
||||
|
||||
extras_require = {
|
||||
"encryption": ["pymongocrypt>=1.5.0,<2.0.0"] + aws_reqs,
|
||||
"encryption": ["pymongocrypt>=1.6.0,<2.0.0"] + aws_reqs,
|
||||
"ocsp": pyopenssl_reqs,
|
||||
"snappy": ["python-snappy"],
|
||||
"zstd": ["zstandard"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user