Skip to content

Commit 3d11495

Browse files
committed
Merge branch 'master' of github.com:mongodb/mongo-python-driver
2 parents 840cfac + 27039c3 commit 3d11495

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PyMongo 4.11 brings a number of changes including:
1313
- Dropped support for Python 3.8.
1414
- Dropped support for MongoDB 3.6.
1515
- Dropped support for the MONGODB-CR authenticate mechanism, which is no longer supported by MongoDB 4.0+.
16+
- pymongocrypt>=1.12 is now required for :ref:`In-Use Encryption` support.
1617
- Added support for free-threaded Python with the GIL disabled. For more information see:
1718
`Free-threaded CPython <https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-free-threaded-cpython>`_.
1819
- :attr:`~pymongo.asynchronous.mongo_client.AsyncMongoClient.address` and

requirements/encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pymongo-auth-aws>=1.1.0,<2.0.0
2-
pymongocrypt>=1.10.0,<2.0.0
2+
pymongocrypt>=1.12.0,<2.0.0
33
certifi;os.name=='nt' or sys_platform=='darwin'

0 commit comments

Comments
 (0)