We are pleased to announce the 3.11.0b1 release of PyMongo - MongoDB’s Python Driver. This beta release adds support for MongoDB 4.4.
Links:
- Changelog - https://pymongo.readthedocs.io/en/3.11.0b1/changelog.html
- Documentation - https://pymongo.readthedocs.io/en/3.11.0b1/
- Installation - https://pymongo.readthedocs.io/en/3.11.0b1/installation.html#installing-a-beta-or-release-candidate
Note that this release will not be uploaded to PyPI and can be installed directly from the GitHub tag:
python -m pip install https://github.com/mongodb/mongo-python-driver/archive/3.11.0b1.tar.gz